Completed
Push — master ( 4d24a6...d4ace1 )
by Terry
01:46
created
src/Assert.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -534,7 +534,7 @@  discard block
 block discarded – undo
534 534
     /**
535 535
      * Assert that value is not equal to a provided value (using == ).
536 536
      *
537
-     * @param mixed  $value2
537
+     * @param string  $value2
538 538
      * @param string $message
539 539
      * @param string $fieldName
540 540
      * @return Assert
@@ -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 $message
1413 1413
      * @param string $fieldName
1414 1414
      * @return Assert
@@ -1585,7 +1585,7 @@  discard block
 block discarded – undo
1585 1585
     /**
1586 1586
      * Assert that key exists in the values array.
1587 1587
      *
1588
-     * @param string|integer $key
1588
+     * @param string $key
1589 1589
      * @param string         $message
1590 1590
      * @param string         $fieldName
1591 1591
      * @return Assert
@@ -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.