We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c33793a commit e3f3884Copy full SHA for e3f3884
src/CronLint.php
@@ -52,7 +52,7 @@ public function __construct(Builder $builder, Build $build, array $options = [])
52
/**
53
* {@inheritdoc}
54
*/
55
- public static function canExecute($stage, Builder $builder, Build $build)
+ public static function canExecuteOnStage($stage, Build $build)
56
{
57
return ($stage == Build::STAGE_TEST);
58
}
0 commit comments