Completed
Push — master ( 872ac5...951b37 )
by Andres
03:04 queued 13s
created
src/Validator/Helper/ExecutorTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,7 @@
 block discarded – undo
10 10
      * Execute the validation stack and fail on first
11 11
      *
12 12
      * @param $value
13
-     * @param null $key
13
+     * @param null|string $key
14 14
      * @return bool|ValidationError|null
15 15
      */
16 16
     protected function validate($value, $key = null)
Please login to merge, or discard this patch.