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

Commit cfca31c

Browse files
hxssmichalbundyra
authored andcommitted
fix line length
1 parent 8cca78e commit cfca31c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

test/Generator/ValueGeneratorTest.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,11 @@ public function testPropertyDefaultValueCanHandleComplexArrayOfTypes($type, arra
420420
/**
421421
* @dataProvider complexArrayWCustomIndent
422422
*/
423-
public function testPropertyDefaultValueCanHandleComplexArrayWCustomIndentOfTypes(string $type, array $value, string $expected): void
423+
public function testPropertyDefaultValueCanHandleComplexArrayWCustomIndentOfTypes(
424+
string $type,
425+
array $value,
426+
string $expected
427+
): void
424428
{
425429
$valueGenerator = new ValueGenerator();
426430
$valueGenerator->setType($type);

0 commit comments

Comments
 (0)