@@ -26,8 +26,7 @@ discard block |
||
| 26 | 26 | if (!static::$reflectionComposite) |
| 27 | 27 | { |
| 28 | 28 | static::$reflectionComposite = |
| 29 | - ReflectionCompositeFactory::fromClassName |
|
| 30 | - ( |
|
| 29 | + ReflectionCompositeFactory::fromClassName( |
|
| 31 | 30 | get_called_class() |
| 32 | 31 | ) |
| 33 | 32 | ->build(); |
@@ -48,8 +47,7 @@ discard block |
||
| 48 | 47 | |
| 49 | 48 | protected function initPropertyAccessTrait() |
| 50 | 49 | { |
| 51 | - $this->accessor = new ConditionalPropertyAccessor |
|
| 52 | - ( |
|
| 50 | + $this->accessor = new ConditionalPropertyAccessor( |
|
| 53 | 51 | $this, |
| 54 | 52 | self::getReflectionComposite() |
| 55 | 53 | ); |