@@ -41,8 +41,7 @@ discard block |
||
41 | 41 | if (!static::$reflectionComposite) |
42 | 42 | { |
43 | 43 | static::$reflectionComposite = |
44 | - ReflectionCompositeFactory::fromClassName |
|
45 | - ( |
|
44 | + ReflectionCompositeFactory::fromClassName( |
|
46 | 45 | get_called_class() |
47 | 46 | ) |
48 | 47 | ->build(); |
@@ -54,8 +53,7 @@ discard block |
||
54 | 53 | /** |
55 | 54 | * Set the default ReflectionComposite for this class |
56 | 55 | */ |
57 | - protected static function setDefaultReflectionComposite |
|
58 | - ( |
|
56 | + protected static function setDefaultReflectionComposite( |
|
59 | 57 | ReflectionComposite $defaultReflectionComposite |
60 | 58 | ) |
61 | 59 | { |