Completed
Pull Request — master (#5)
by
unknown
01:38
created
src/Assert.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -297,7 +297,7 @@  discard block
 block discarded – undo
297 297
     }
298 298
 
299 299
     /**
300
-     * @param $exceptionClass
300
+     * @param string $exceptionClass
301 301
      * @return Assert
302 302
      */
303 303
     public function setExceptionClass($exceptionClass)
@@ -1353,7 +1353,7 @@  discard block
 block discarded – undo
1353 1353
     /**
1354 1354
      * Alias of {@see choice()}
1355 1355
      *
1356
-     * @param array       $choices
1356
+     * @param integer[]       $choices
1357 1357
      * @param string|null $message
1358 1358
      * @param string|null $fieldName
1359 1359
      * @return Assert
@@ -2593,7 +2593,7 @@  discard block
 block discarded – undo
2593 2593
     }
2594 2594
 
2595 2595
     /**
2596
-     * @param $func
2596
+     * @param string $func
2597 2597
      * @param $args
2598 2598
      * @return bool
2599 2599
      * @throws AssertionFailedException
Please login to merge, or discard this patch.