Completed
Push — master ( f92151...0a9cfa )
by Freek
10:51
created
src/Rules/Delimited.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -136,6 +136,9 @@
 block discarded – undo
136 136
         return $this->message;
137 137
     }
138 138
 
139
+    /**
140
+     * @param string $attribute
141
+     */
139 142
     protected function validate($attribute, $item): array
140 143
     {
141 144
         $validator = Validator::make([$attribute => $item], [$attribute => $this->rule]);
Please login to merge, or discard this patch.