Skip to content

Commit 3bfe859

Browse files
committed
fixture fix
1 parent 70d8252 commit 3bfe859

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rules-tests/CodeQuality/Rector/Equal/UseIdenticalOverEqualWithSameTypeRector/Fixture/identical_integer.php.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ final class IdenticalInteger
66
{
77
public function equal()
88
{
9-
if ($this->getValue() === 1) {
9+
if ($this->getValue() == 1) {
1010
return 'yes';
1111
}
1212

0 commit comments

Comments
 (0)