Minor correction

This commit is contained in:
Netkas 2022-07-26 18:59:55 -04:00
parent 8b6c1562b7
commit 6e1a78cea3

View file

@ -121,7 +121,7 @@
return false; return false;
} }
if((bool)preg_match(RegexPatterns::PackageNameFormat, $input) == false) if(!preg_match(RegexPatterns::PackageNameFormat, $input))
{ {
return false; return false;
} }