Passed
Push — master ( 67a020...fe0e28 )
by butschster
04:26 queued 17s
created
src/Tokenizer/tests/InvocationsTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
     protected function someFunction()
14 14
     {
15 15
         $result = $this->sampleMethod('hello world');
16
-        print_r(self::sampleMethod($result . 'plus'));
16
+        print_r(self::sampleMethod($result.'plus'));
17 17
     }
18 18
 
19 19
     public function testInstance(): void
Please login to merge, or discard this patch.