Skip to content

Commit

Permalink
Add @phpcsSuppress to Command::execute
Browse files Browse the repository at this point in the history
  • Loading branch information
cleptric committed Oct 4, 2023
1 parent f2a9267 commit 20f6849
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/bake/Command/command.twig
Expand Up @@ -48,6 +48,7 @@ class {{ name }}Command extends Command
* @param \Cake\Console\Arguments $args The command arguments.
* @param \Cake\Console\ConsoleIo $io The console io
* @return null|void|int The exit code or null for success
* @phpcsSuppress SlevomatCodingStandard.TypeHints.ParameterTypeHint.MissingNativeTypeHint
*/
public function execute(Arguments $args, ConsoleIo $io)
{
Expand Down

0 comments on commit 20f6849

Please sign in to comment.