Skip to content

Commit

Permalink
minor #5646 Cleanup YodaStyleFixerTest (kubawerlos)
Browse files Browse the repository at this point in the history
This PR was squashed before being merged into the 2.18 branch.

Discussion
----------

Cleanup YodaStyleFixerTest

Commits
-------

9aad69e Cleanup YodaStyleFixerTest
  • Loading branch information
keradus committed Apr 18, 2021
2 parents dd17ef9 + 9aad69e commit 2638d59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Fixer/ControlStructure/YodaStyleFixerTest.php
Expand Up @@ -1076,8 +1076,8 @@ public function provideFix80Cases()

yield [
'<?php return $this->myObject1?->{$index}+$b === "";',
//null,
//['equal' => true, 'identical' => true]
null,
['equal' => true, 'identical' => true],
];
}
}

0 comments on commit 2638d59

Please sign in to comment.