Completed
Push — 1.0-coding-standard-2-addition... ( 10d1c2 )
by Kamil
34:11 queued 09:30
created
src/Sylius/Bundle/CoreBundle/Tests/Application/SyliusPluginTraitTest.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,8 @@
 block discarded – undo
15 15
      */
16 16
     public function it_does_not_crash(): void
17 17
     {
18
-        new class() extends Bundle {
18
+        new class() extends Bundle
19
+        {
19 20
             use SyliusPluginTrait;
20 21
         };
21 22
     }
Please login to merge, or discard this patch.