Passed
Pull Request — master (#1002)
by Maxim
22:51
created
src/Reactor/tests/FileDeclarationTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -132,7 +132,7 @@
 block discarded – undo
132 132
         $file->addUse('Foo\\Bar');
133 133
         $file->addClass('Test')->addImplement('Foo\\Bar');
134 134
 
135
-        $this->assertStringContainsString('use Foo\\Bar;', (string) $file);
135
+        $this->assertStringContainsString('use Foo\\Bar;', (string)$file);
136 136
     }
137 137
 
138 138
     public function testStrictTypes(): void
Please login to merge, or discard this patch.