Skip to content

Commit 2e3a2cf

Browse files
author
Renan de Lima
authored
Merge pull request #38 from acsiomatic/cs-fix
CS fix
2 parents c85d4d5 + 699065e commit 2e3a2cf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/AutoParseTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public function testParserIsNotCalledByDefaultInInstanceFromFactory(): void
7373
/**
7474
* @dataProvider nonTriggersMethods
7575
*
76-
* @param mixed ...$arguments
76+
* @param mixed... $arguments
7777
*/
7878
public function testParserIsNotTriggeredFor(string $method, ...$arguments): void
7979
{
@@ -132,7 +132,7 @@ public function testParserIsTriggeredIfAutoParserIsEnabled(string $method): void
132132
* @dataProvider triggersTypeMagicMethods
133133
* @dataProvider triggersClientMagicTypeMethods
134134
*
135-
* @param mixed ...$arguments
135+
* @param mixed... $arguments
136136
*/
137137
public function testParserIsNotCalledIfAutoParseIsDisabled(string $method, ...$arguments): void
138138
{

0 commit comments

Comments
 (0)