Skip to content

Commit

Permalink
CS fix
Browse files Browse the repository at this point in the history
  • Loading branch information
renanbr committed Dec 10, 2023
1 parent c85d4d5 commit d80fed5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/AutoParseTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public function testParserIsNotCalledByDefaultInInstanceFromFactory(): void
/**
* @dataProvider nonTriggersMethods
*
* @param mixed ...$arguments
* @param mixed... $arguments
*/
public function testParserIsNotTriggeredFor(string $method, ...$arguments): void
{
Expand Down Expand Up @@ -131,8 +131,7 @@ public function testParserIsTriggeredIfAutoParserIsEnabled(string $method): void
* @dataProvider triggersMethods
* @dataProvider triggersTypeMagicMethods
* @dataProvider triggersClientMagicTypeMethods
*
* @param mixed ...$arguments
* @param mixed... $arguments
*/
public function testParserIsNotCalledIfAutoParseIsDisabled(string $method, ...$arguments): void
{
Expand Down

0 comments on commit d80fed5

Please sign in to comment.