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

Commit d39783e

Browse files
Sergeymichalbundyra
authored andcommitted
fix test style
1 parent f7006d7 commit d39783e

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

test/Generator/ValueGeneratorTest.php

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -227,10 +227,8 @@ public function complexArray()
227227

228228
/**
229229
* Data provider for testPropertyDefaultValueCanHandleComplexArrayWCustomIndentOfTypes test
230-
*
231-
* @return array
232230
*/
233-
public function complexArrayWCustomIndent()
231+
public function complexArrayWCustomIndent(): array
234232
{
235233
$value = [
236234
'5bcf08a0a5d20' => [
@@ -421,12 +419,8 @@ public function testPropertyDefaultValueCanHandleComplexArrayOfTypes($type, arra
421419

422420
/**
423421
* @dataProvider complexArrayWCustomIndent
424-
*
425-
* @param string $type
426-
* @param array $value
427-
* @param string $expected
428422
*/
429-
public function testPropertyDefaultValueCanHandleComplexArrayWCustomIndentOfTypes($type, array $value, $expected)
423+
public function testPropertyDefaultValueCanHandleComplexArrayWCustomIndentOfTypes(string $type, array $value, string $expected)
430424
{
431425
$valueGenerator = new ValueGenerator();
432426
$valueGenerator->setType($type);

0 commit comments

Comments
 (0)