Completed
Push — master ( 351bd6...f43dc3 )
by Hugues
02:12
created
tests/Functional/TestCommandExecutionCapabilities.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -12,6 +12,9 @@
 block discarded – undo
12 12
  */
13 13
 trait TestCommandExecutionCapabilities
14 14
 {
15
+    /**
16
+     * @param string $command
17
+     */
15 18
     protected function executeCommand($command, array $options = [])
16 19
     {
17 20
         $args = [
Please login to merge, or discard this patch.