From f70b375da3a06346d21bef8950753810b640dbb9 Mon Sep 17 00:00:00 2001 From: Pere Orga Date: Wed, 8 Mar 2023 20:35:43 +0100 Subject: [PATCH] Remove unused 'use function version_compare' --- .../Internal/Provider/AddRemoveTaints/HtmlFunctionTainter.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Psalm/Internal/Provider/AddRemoveTaints/HtmlFunctionTainter.php b/src/Psalm/Internal/Provider/AddRemoveTaints/HtmlFunctionTainter.php index c7d404260e8..c96a50f1d52 100644 --- a/src/Psalm/Internal/Provider/AddRemoveTaints/HtmlFunctionTainter.php +++ b/src/Psalm/Internal/Provider/AddRemoveTaints/HtmlFunctionTainter.php @@ -10,7 +10,6 @@ use function count; use function strtolower; -use function version_compare; use const ENT_QUOTES;