Skip to content

Commit

Permalink
Merge pull request #38 from acsiomatic/cs-fix
Browse files Browse the repository at this point in the history
CS fix
  • Loading branch information
renanbr authored Dec 10, 2023
2 parents c85d4d5 + 699065e commit 2e3a2cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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 @@ -132,7 +132,7 @@ public function testParserIsTriggeredIfAutoParserIsEnabled(string $method): void
* @dataProvider triggersTypeMagicMethods
* @dataProvider triggersClientMagicTypeMethods
*
* @param mixed ...$arguments
* @param mixed... $arguments
*/
public function testParserIsNotCalledIfAutoParseIsDisabled(string $method, ...$arguments): void
{
Expand Down

0 comments on commit 2e3a2cf

Please sign in to comment.