Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit b3541e3

Browse files
hxssmichalbundyra
authored andcommitted
fix brackets positions
1 parent cfca31c commit b3541e3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/Generator/ValueGeneratorTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -424,8 +424,7 @@ public function testPropertyDefaultValueCanHandleComplexArrayWCustomIndentOfType
424424
string $type,
425425
array $value,
426426
string $expected
427-
): void
428-
{
427+
): void {
429428
$valueGenerator = new ValueGenerator();
430429
$valueGenerator->setType($type);
431430
$valueGenerator->setValue($value);

0 commit comments

Comments
 (0)