mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-14 03:08:54 +01:00
Fixed PHPstan issues
This commit is contained in:
@@ -83,6 +83,7 @@ class SQLiteRegexExtension
|
||||
}
|
||||
|
||||
//We are loose with the types here
|
||||
//@phpstan-ignore-next-line
|
||||
$index = array_search($value, $array, false);
|
||||
|
||||
if ($index === false) {
|
||||
|
||||
Reference in New Issue
Block a user