Completed
Push — feature/middleware ( f1ca06...1ed36f )
by Romain
02:16
created
Classes/Validation/Validator/AbstractValidator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -109,7 +109,7 @@
 block discarded – undo
109 109
      *
110 110
      * @param string $key
111 111
      * @param int    $code
112
-     * @param array  $arguments
112
+     * @param string[]  $arguments
113 113
      * @param string $title
114 114
      */
115 115
     protected function addError($key, $code, array $arguments = [], $title = '')
Please login to merge, or discard this patch.