Skip to content

Commit b4c47bf

Browse files
authored
Clean up todo comment (#310)
1 parent b78ed96 commit b4c47bf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rules/DowngradePhp81/Rector/FuncCall/DowngradeHashAlgorithmXxHashRector.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,6 @@ private function shouldSkip(FuncCall $funcCall): bool
193193
->getType();
194194

195195
if (! $type instanceof IntegerRangeType) {
196-
// next todo: check version_compare() and if() usage
197196
return false;
198197
}
199198

0 commit comments

Comments
 (0)