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

Commit eed9358

Browse files
Sergeymichalbundyra
authored andcommitted
fix test style [2] (forgot :void)
1 parent d39783e commit eed9358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Generator/ValueGeneratorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ public function testPropertyDefaultValueCanHandleComplexArrayOfTypes($type, arra
420420
/**
421421
* @dataProvider complexArrayWCustomIndent
422422
*/
423-
public function testPropertyDefaultValueCanHandleComplexArrayWCustomIndentOfTypes(string $type, array $value, string $expected)
423+
public function testPropertyDefaultValueCanHandleComplexArrayWCustomIndentOfTypes(string $type, array $value, string $expected): void
424424
{
425425
$valueGenerator = new ValueGenerator();
426426
$valueGenerator->setType($type);

0 commit comments

Comments
 (0)