We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c85d4d5 + 699065e commit 2e3a2cfCopy full SHA for 2e3a2cf
1 file changed
tests/AutoParseTest.php
@@ -73,7 +73,7 @@ public function testParserIsNotCalledByDefaultInInstanceFromFactory(): void
73
/**
74
* @dataProvider nonTriggersMethods
75
*
76
- * @param mixed ...$arguments
+ * @param mixed... $arguments
77
*/
78
public function testParserIsNotTriggeredFor(string $method, ...$arguments): void
79
{
@@ -132,7 +132,7 @@ public function testParserIsTriggeredIfAutoParserIsEnabled(string $method): void
132
* @dataProvider triggersTypeMagicMethods
133
* @dataProvider triggersClientMagicTypeMethods
134
135
136
137
public function testParserIsNotCalledIfAutoParseIsDisabled(string $method, ...$arguments): void
138
0 commit comments