Passed
Push — master ( 347780...7c17cc )
by butschster
07:14
created
src/Prototype/tests/Traits/PrototypeTraitTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
15 15
 
16 16
         $this->assertStringContainsString(
17 17
             'This DocComment is auto-generated, do not edit or commit this file to repository.',
18
-            (string) $trait->getDocComment()
18
+            (string)$trait->getDocComment()
19 19
         );
20 20
     }
21 21
 }
Please login to merge, or discard this patch.