Commit d878520c by Tobias Munk

fixed formatting

parent 31d9cbd9
......@@ -64,8 +64,8 @@ class InstallHandler
public static function run($event)
{
$options = array_merge(array(
'run' => array(),
), $event->getComposer()->getPackage()->getExtra());
'run' => array(),
), $event->getComposer()->getPackage()->getExtra());
$appPath = realpath(__DIR__ . '/../../../../..');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment