Browse Source

Fix CS error

Corey Taylor 4 years ago
parent
commit
6f4aa2fa33
1 changed files with 3 additions and 0 deletions
  1. 3 0
      tests/test_app/TestApp/Command/BridgeCommand.php

+ 3 - 0
tests/test_app/TestApp/Command/BridgeCommand.php

@@ -9,6 +9,9 @@ use Cake\Console\ConsoleIo;
 
 class BridgeCommand extends Command
 {
+    /**
+     * @inheritDoc
+     */
     public function execute(Arguments $args, ConsoleIo $io)
     {
         $name = $io->ask('What is your name');