Completed
Push — mrvanes-fix-isCallable ( 9ca4a8 )
by
unknown
14:06
created
src/OpenConext/Value/Assert/Assertion.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@  discard block
 block discarded – undo
39 39
 
40 40
     /**
41 41
      * @param $regularExpression
42
-     * @param $propertyPath
42
+     * @param string $propertyPath
43 43
      * @return void
44 44
      */
45 45
     public static function validRegularExpression($regularExpression, $propertyPath)
@@ -66,7 +66,7 @@  discard block
 block discarded – undo
66 66
     }
67 67
 
68 68
     /**
69
-     * @param array       $requiredKeys
69
+     * @param string[]       $requiredKeys
70 70
      * @param array       $value
71 71
      * @param null|string $message
72 72
      * @param null|string $propertyPath
@@ -80,7 +80,7 @@  discard block
 block discarded – undo
80 80
     }
81 81
 
82 82
     /**
83
-     * @param mixed       $value
83
+     * @param callable       $value
84 84
      * @param null|string $message
85 85
      * @param string      $propertyPath
86 86
      */
Please login to merge, or discard this patch.