mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 20:34:47 +01:00
Add config
This commit is contained in:
parent
8d9ad338fb
commit
7ea6c8097d
20
bin/composer-require-checker-config.json
Normal file
20
bin/composer-require-checker-config.json
Normal file
@ -0,0 +1,20 @@
|
||||
{
|
||||
"symbol-whitelist" : [
|
||||
"null", "true", "false",
|
||||
"static", "self", "parent",
|
||||
"array", "string", "int", "float", "bool", "iterable", "callable", "void", "object"
|
||||
],
|
||||
"php-core-extensions" : [
|
||||
"Core",
|
||||
"date",
|
||||
"pcre",
|
||||
"Phar",
|
||||
"Reflection",
|
||||
"SPL",
|
||||
"standard",
|
||||
"pcntl",
|
||||
"posix",
|
||||
"filter"
|
||||
],
|
||||
"scan-files" : []
|
||||
}
|
Loading…
Reference in New Issue
Block a user