Skip to content

Commit 3961d7a

Browse files
authored
Update ParameterGeneratorTest.php
remote whitespaces Signed-off-by: sakhunzai <sakhunzai@users.noreply.github.com>
1 parent 6669044 commit 3961d7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/Generator/ParameterGeneratorTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@ public function testAssigningDefaultValueToNonVariadicParameter(): void
561561
$this->expectNotToPerformAssertions();
562562
$parameter->setDefaultValue([]);
563563
}
564-
564+
565565
public function testMakingParameterVariadicWithExistingDefaultValueThrowsInvalidArgumentException(): void
566566
{
567567
$parameter = new ParameterGenerator();
@@ -577,7 +577,7 @@ public function testMakingParameterVariadicWithExistingDefaultValueThrowsInvalid
577577

578578
$parameter->setVariadic(true);
579579
}
580-
580+
581581
public function testMakingParameterNonVariadicWithExistingDefaultValue(): void
582582
{
583583
$parameter = new ParameterGenerator();

0 commit comments

Comments
 (0)