Completed
Push — master ( 24c4aa...872463 )
by Ivannis Suárez
02:16
created
Validator.php 1 patch
Doc Comments   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@  discard block
 block discarded – undo
65 65
     }
66 66
 
67 67
     /**
68
-     * @param $defaultGroup
68
+     * @param string $defaultGroup
69 69
      */
70 70
     public static function setDefaultGroup($defaultGroup)
71 71
     {
@@ -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.