Skip to content

Commit fde4ca0

Browse files
Update php code style
1 parent 1b9a542 commit fde4ca0

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Tests/ObjectBuilderTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ protected function setUp(): void
3636
$options = [
3737
'bar' => 'hello world',
3838
];
39+
3940
/** @var ObjectFactoryInterface $factory */
4041
$factory = $this->getMockBuilder('Klipper\Component\DefaultValue\ObjectFactoryInterface')->getMock();
4142
$type = new FooCompletType();
@@ -68,6 +69,7 @@ public function testGetObjectWithoutDataWithEditionOnFinishMethod(): void
6869
$options = [
6970
'bar' => 'the answer to life, the universe, and everything',
7071
];
72+
7173
/** @var ObjectFactoryInterface $factory */
7274
$factory = $this->getMockBuilder('Klipper\Component\DefaultValue\ObjectFactoryInterface')->getMock();
7375
$type = new FooCompletType();

Tests/ResolvedObjectTypeTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ public function testBasicOperations(): void
7171
public function testInstanceBuilder(): void
7272
{
7373
$rType = $this->getResolvedType();
74+
7475
/** @var ObjectFactoryInterface $factory */
7576
$factory = $this->getMockBuilder('Klipper\Component\DefaultValue\ObjectFactoryInterface')->getMock();
7677
$builder = $rType->createBuilder($factory, []);

0 commit comments

Comments
 (0)