From 3f0edfeb0dfd19399e894ea59e76c5d9a35a3c30 Mon Sep 17 00:00:00 2001 From: Abdul Malik Ikhsan Date: Mon, 25 Aug 2025 22:12:51 +0700 Subject: [PATCH] Clean up todo comment --- .../Rector/FuncCall/DowngradeHashAlgorithmXxHashRector.php | 1 - 1 file changed, 1 deletion(-) diff --git a/rules/DowngradePhp81/Rector/FuncCall/DowngradeHashAlgorithmXxHashRector.php b/rules/DowngradePhp81/Rector/FuncCall/DowngradeHashAlgorithmXxHashRector.php index fcbccb99..5ed535e3 100644 --- a/rules/DowngradePhp81/Rector/FuncCall/DowngradeHashAlgorithmXxHashRector.php +++ b/rules/DowngradePhp81/Rector/FuncCall/DowngradeHashAlgorithmXxHashRector.php @@ -193,7 +193,6 @@ private function shouldSkip(FuncCall $funcCall): bool ->getType(); if (! $type instanceof IntegerRangeType) { - // next todo: check version_compare() and if() usage return false; }