Completed
Push — master ( 4cd93a...e8f4ec )
by Thomas Mauro
10:51
created
tests/functional/Adapter/AbstractAdapterTestSuite.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -399,7 +399,7 @@
 block discarded – undo
399 399
      * @param callable $doFunction
400 400
      * @param callable $until
401 401
      * @param float  $timeout
402
-     * @param null     $usleep
402
+     * @param integer     $usleep
403 403
      * @return mixed
404 404
      */
405 405
     public function doUntil(callable $doFunction, callable $until, $timeout, $usleep = null)
Please login to merge, or discard this patch.