@@ -33,8 +33,7 @@ discard block |
||
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 |
||
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' => [ |