Completed
Push — master ( f0c1f9...4d24a6 )
by Terry
01:55
created
src/Assert.php 1 patch
Doc Comments   +4 added lines, -5 removed lines patch added patch discarded remove patch
@@ -546,7 +546,7 @@  discard block
 block discarded – undo
546 546
     /**
547 547
      * Assert that value is not equal to a provided value (using == ).
548 548
      *
549
-     * @param mixed  $value2
549
+     * @param string  $value2
550 550
      * @param string $message
551 551
      * @param string $fieldName
552 552
      * @return Assert
@@ -1448,7 +1448,7 @@  discard block
 block discarded – undo
1448 1448
     /**
1449 1449
      * Alias of {@see choice()}
1450 1450
      *
1451
-     * @param array  $choices
1451
+     * @param integer[]  $choices
1452 1452
      * @param string $message
1453 1453
      * @param string $fieldName
1454 1454
      * @return Assert
@@ -1625,7 +1625,7 @@  discard block
 block discarded – undo
1625 1625
     /**
1626 1626
      * Assert that key exists in the values array.
1627 1627
      *
1628
-     * @param string|integer $key
1628
+     * @param string $key
1629 1629
      * @param string         $message
1630 1630
      * @param string         $fieldName
1631 1631
      * @return Assert
@@ -2743,7 +2743,6 @@  discard block
 block discarded – undo
2743 2743
      * Uses code from {@link https://github.com/ramsey/uuid} that is MIT licensed.
2744 2744
      *
2745 2745
      * @param string|null $message
2746
-     * @param string|null $propertyPath
2747 2746
      * @return Assert
2748 2747
      * @throws AssertionFailedException
2749 2748
      */
@@ -2798,7 +2797,7 @@  discard block
 block discarded – undo
2798 2797
     }
2799 2798
 
2800 2799
     /**
2801
-     * @param $func
2800
+     * @param string $func
2802 2801
      * @param $args
2803 2802
      * @return bool
2804 2803
      * @throws AssertionFailedException
Please login to merge, or discard this patch.