Passed
Push — master ( 1faf78...54b905 )
by Thanos
03:17
created
src/AfmValidator.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -42,6 +42,9 @@
 block discarded – undo
42 42
         return $index % 2 === 1;
43 43
     }
44 44
 
45
+    /**
46
+     * @param Constraint $constraint
47
+     */
45 48
     private function buildViolation($value, $constraint)
46 49
     {
47 50
         $this->context->buildViolation($constraint->message)
Please login to merge, or discard this patch.