Run Rector on your code to see what it can do for you:
{ public function run(int|string|float $firstValue, int|string|float $secondValue) { - return $firstValue == $secondValue; + return $firstValue === $secondValue; } public function rector(int|string|float $firstValue, int|string|float $secondValue)
Applied Rules:
Not a change you expect?
rector.php