Completed
Push — master ( 1f9a78...118fca )
by Emily
02:07
created
src/Traits/PropertyAccessTrait.php 1 patch
Spacing   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -26,8 +26,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
         );
Please login to merge, or discard this patch.