We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6669044 commit 3961d7aCopy full SHA for 3961d7a
test/Generator/ParameterGeneratorTest.php
@@ -561,7 +561,7 @@ public function testAssigningDefaultValueToNonVariadicParameter(): void
561
$this->expectNotToPerformAssertions();
562
$parameter->setDefaultValue([]);
563
}
564
-
+
565
public function testMakingParameterVariadicWithExistingDefaultValueThrowsInvalidArgumentException(): void
566
{
567
$parameter = new ParameterGenerator();
@@ -577,7 +577,7 @@ public function testMakingParameterVariadicWithExistingDefaultValueThrowsInvalid
577
578
$parameter->setVariadic(true);
579
580
581
public function testMakingParameterNonVariadicWithExistingDefaultValue(): void
582
583
0 commit comments