@@ -26,19 +26,19 @@ |
||
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 |