Fixed PHPstan issues

This commit is contained in:
Jan Böhmer 2023-07-23 01:20:38 +02:00
parent a4d411656b
commit 1de1eebc59

View file

@ -83,6 +83,7 @@ class SQLiteRegexExtension
} }
//We are loose with the types here //We are loose with the types here
//@phpstan-ignore-next-line
$index = array_search($value, $array, false); $index = array_search($value, $array, false);
if ($index === false) { if ($index === false) {