Code style fixes.
This commit is contained in:
parent
fa569f3e22
commit
4e68eb7180
89 changed files with 942 additions and 251 deletions
|
|
@ -9,5 +9,12 @@ use PHPCensor\Model\Build;
|
|||
*/
|
||||
interface ZeroConfigPluginInterface
|
||||
{
|
||||
/**
|
||||
* @param string $stage
|
||||
* @param Builder $builder
|
||||
* @param Build $build
|
||||
*
|
||||
* @return mixed
|
||||
*/
|
||||
public static function canExecute($stage, Builder $builder, Build $build);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue