Completed
Push — master ( 70cb44...646998 )
by Ivannis Suárez
05:28
created
Validator.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -143,6 +143,7 @@  discard block
 block discarded – undo
143 143
 
144 144
     /**
145 145
      * {@inheritdoc}
146
+     * @param string $group
146 147
      */
147 148
     protected function assertConstraints($value, $constraints = null, $group = null)
148 149
     {
@@ -237,6 +238,7 @@  discard block
 block discarded – undo
237 238
 
238 239
     /**
239 240
      * {@inheritdoc}
241
+     * @param string $group
240 242
      */
241 243
     protected function validateConstraints($value, $constraints = null, $group = null)
242 244
     {
Please login to merge, or discard this patch.