Skip to content

Commit e3f3884

Browse files
authored
ZeroConfigPluginInterface Changed.
This is now canExecuteOnStage
1 parent c33793a commit e3f3884

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CronLint.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public function __construct(Builder $builder, Build $build, array $options = [])
5252
/**
5353
* {@inheritdoc}
5454
*/
55-
public static function canExecute($stage, Builder $builder, Build $build)
55+
public static function canExecuteOnStage($stage, Build $build)
5656
{
5757
return ($stage == Build::STAGE_TEST);
5858
}

0 commit comments

Comments
 (0)