Completed
Pull Request — master (#358)
by David
12:35
created
src/Test/Proxy/AbstractProxy.php 1 patch
Doc Comments   +5 added lines, -1 removed lines patch added patch discarded remove patch
@@ -74,6 +74,10 @@  discard block
 block discarded – undo
74 74
         }
75 75
     }
76 76
 
77
+    /**
78
+     * @param integer $timeout
79
+     * @param \Closure $callback
80
+     */
77 81
     protected function wait($timeout, $callback)
78 82
     {
79 83
         for ($i = 0; $i < $timeout; ++$i) {
@@ -91,7 +95,7 @@  discard block
 block discarded – undo
91 95
      * Run a shell command.
92 96
      *
93 97
      * @param string $command
94
-     * @param array  $arguments
98
+     * @param string[]  $arguments
95 99
      *
96 100
      * @throws \RuntimeException If command execution fails
97 101
      */
Please login to merge, or discard this patch.