Skip to content

Commit

Permalink
Merge 5a596d9 into f594a0b
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus committed Apr 19, 2021
2 parents f594a0b + 5a596d9 commit 695d520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Fixer/ControlStructure/YodaStyleFixerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -1003,7 +1003,7 @@ public function provideFixPrePHP80Cases()
* @dataProvider provideFix80Cases
* @requires PHP 8.0
*/
public function testFix80(string $expected, string $input, array $config = []): void
public function testFix80(string $expected, ?string $input = null, array $config = []): void
{
$this->fixer->configure($config);
$this->doTest($expected, $input);
Expand Down

0 comments on commit 695d520

Please sign in to comment.