Skip to content

Commit 1236e05

Browse files
committed
[Alternative] Don't change to assertSame() on numeric string
1 parent 5c01a8d commit 1236e05

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

rules/CodeQuality/Rector/MethodCall/AssertEqualsToSameRector.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,6 @@ private function shouldSkipLooseComparison(array $args): bool
147147
return true;
148148
}
149149

150-
dump($args[0]->value instanceof String_ && is_numeric($args[0]->value->value));
151-
152150
return $args[0]->value instanceof String_ && is_numeric($args[0]->value->value);
153151
}
154152

0 commit comments

Comments
 (0)