1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 12:24:49 +01:00

Add config

This commit is contained in:
Matthew Brown 2020-01-01 17:03:28 -05:00
parent 8d9ad338fb
commit 7ea6c8097d

View 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" : []
}