Completed
Push — 1.0-adjust-cs ( dde5cf )
by Kamil
27:56
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.