mirror of
https://github.com/vrana/adminer.git
synced 2026-01-11 01:53:00 +01:00
14 lines
409 B
Plaintext
14 lines
409 B
Plaintext
parameters:
|
|
level: 0
|
|
ignoreErrors:
|
|
- identifier: include.fileNotFound # relative includes
|
|
- identifier: includeOnce.fileNotFound # ./adminer-plugins.php
|
|
- "~^Function (set_magic_quotes_runtime|mysql_)~" # PHP < 7 functions
|
|
- "~^Instantiated class Adminer\\w~" # no support for classes defined inside function
|
|
paths:
|
|
- .
|
|
phpVersion:
|
|
min: 70100
|
|
max: 80499
|
|
checkMissingCallableSignature: true
|