Completed
Push — master ( 725917...d700db )
by Terry
01:40
created
src/Assert.php 1 patch
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -280,7 +280,7 @@  discard block
 block discarded – undo
280 280
     }
281 281
 
282 282
     /**
283
-     * @param $exceptionClass
283
+     * @param string $exceptionClass
284 284
      * @return Assert
285 285
      */
286 286
     public function setExceptionClass($exceptionClass)
@@ -1408,7 +1408,7 @@  discard block
 block discarded – undo
1408 1408
     /**
1409 1409
      * Alias of {@see choice()}
1410 1410
      *
1411
-     * @param array       $choices
1411
+     * @param integer[]       $choices
1412 1412
      * @param string|null $message
1413 1413
      * @param string|null $fieldName
1414 1414
      * @return Assert
@@ -2532,8 +2532,8 @@  discard block
 block discarded – undo
2532 2532
 
2533 2533
     /**
2534 2534
      * @param      $interfaceName
2535
-     * @param null $message
2536
-     * @param null $fieldName
2535
+     * @param string|null $message
2536
+     * @param string|null $fieldName
2537 2537
      * @return $this
2538 2538
      * @throws AssertionFailedException
2539 2539
      * @throws \ReflectionException
@@ -2728,7 +2728,7 @@  discard block
 block discarded – undo
2728 2728
     }
2729 2729
 
2730 2730
     /**
2731
-     * @param $func
2731
+     * @param string $func
2732 2732
      * @param $args
2733 2733
      * @return bool
2734 2734
      * @throws AssertionFailedException
Please login to merge, or discard this patch.