Skip to content

Commit

Permalink
Cleanup YodaStyleFixerTest
Browse files Browse the repository at this point in the history
  • Loading branch information
kubawerlos authored and keradus committed Apr 18, 2021
1 parent e89da2d commit 9aad69e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Fixer/ControlStructure/YodaStyleFixerTest.php
Original file line number Diff line number Diff line change
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 9aad69e

Please sign in to comment.