Passed
Push — develop ( 8812ee...71fa6a )
by Mathieu
11:18
created
src/Reader/AddChildReader.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -26,19 +26,19 @@
 block discarded – undo
26 26
 
27 27
             if (!isset($annotation->class)) {
28 28
                 throw new InvalidArgumentException(
29
-                  sprintf(
29
+                    sprintf(
30 30
                     'Argument "class" is mandatory for annotation AddChild on class "%s".',
31 31
                     $class->getName(),
32
-                  )
32
+                    )
33 33
                 );
34 34
             }
35 35
 
36 36
             if (!isset($annotation->field)) {
37 37
                 throw new InvalidArgumentException(
38
-                  sprintf(
38
+                    sprintf(
39 39
                     'Argument "field" is mandatory for annotation AddChild on class "%s".',
40 40
                     $class->getName(),
41
-                  )
41
+                    )
42 42
                 );
43 43
             }
44 44
 
Please login to merge, or discard this patch.