Completed
Push — master ( f9f23c...8f70e2 )
by Alex
23:34 queued 28s
created
Tests/DependencyInjection/StepsPassTest.php 1 patch
Braces   +6 added lines, -4 removed lines patch added patch discarded remove patch
@@ -33,8 +33,7 @@  discard block
 block discarded – undo
33 33
         string $expectedException,
34 34
         string $expectedExceptionMessage,
35 35
         string $stepClass
36
-    )
37
-    {
36
+    ) {
38 37
         $this->expectException($expectedException);
39 38
         $this->expectExceptionMessage($expectedExceptionMessage);
40 39
 
@@ -167,8 +166,11 @@  discard block
 block discarded – undo
167 166
         $container->register(ActionsRegistry::class);
168 167
 
169 168
         $inlineStub1 = new class extends ConcreteAbstractActionStub
170
-        {};
171
-        $inlineStub2 = new class extends ConcreteAbstractActionStub{};
169
+        {
170
+};
171
+        $inlineStub2 = new class extends ConcreteAbstractActionStub
172
+        {
173
+};
172 174
 
173 175
         $container->setParameter('pierstoval_character_manager.managers', [
174 176
             'main' => [
Please login to merge, or discard this patch.