From 9d6aab798fb359a3abcc901d897f27f61ce1d746 Mon Sep 17 00:00:00 2001 From: Robert Allport Date: Thu, 4 Jun 2020 18:07:45 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/Rules/StrongPassword.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Rules/StrongPassword.php b/src/Rules/StrongPassword.php index 1db442e..215dd1d 100644 --- a/src/Rules/StrongPassword.php +++ b/src/Rules/StrongPassword.php @@ -5,7 +5,6 @@ namespace F9Web\ValidationRules\Rules; use F9Web\ValidationRules\Rule; - use function __; use function mb_strlen; use function preg_match_all;