Passed
Push — master ( 6ebdcb...47d74f )
by Sergey
07:52 queued 10s
created
src/Loader.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -180,7 +180,7 @@
 block discarded – undo
180 180
 
181 181
     /**
182 182
      * Returns whether the value is in the list of allowed values.
183
-     * @param mixed $value the value to be tested.
183
+     * @param string|null $value the value to be tested.
184 184
      * @param mixed $allowedValues the list of allowed values.
185 185
      * @return bool whether the value is in the list of allowed values.
186 186
      */
Please login to merge, or discard this patch.