Passed
Push — master ( 72aa71...ce35d5 )
by Nelson
03:59
created
tests/DataProviders/ExampleClass/WithoutMagicPropertiesClass.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
 
31 31
     public function __construct()
32 32
     {
33
-        $this->magic_   = 'magic';
33
+        $this->magic_ = 'magic';
34 34
         $this->noMagicProperty = 'no magic';
35 35
     }
36 36
 
Please login to merge, or discard this patch.