Skip to content

Commit

Permalink
Merge pull request #87 from kniziol/master
Browse files Browse the repository at this point in the history
ScriptHandler: update type of method getOptions() argument | fixes #86
  • Loading branch information
lsmith77 committed Feb 25, 2015
2 parents 24cbcb5 + 1d27955 commit 5ac10ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Composer/ScriptHandler.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php
namespace Liip\MonitorBundle\Composer;

use Composer\Script\CommandEvent;
use Sensio\Bundle\DistributionBundle\Composer\ScriptHandler as BaseHandler;

/**
Expand All @@ -10,7 +11,7 @@
*/
class ScriptHandler extends BaseHandler
{
public static function checkHealth($event)
public static function checkHealth(CommandEvent $event)
{
$options = self::getOptions($event);

Expand Down

0 comments on commit 5ac10ec

Please sign in to comment.