mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 09:35:49 +02:00
Fixed PHPstan issues
This commit is contained in:
parent
a4d411656b
commit
1de1eebc59
1 changed files with 1 additions and 0 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue