mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 20:34:47 +01:00
Make Psalm about stub file for redis extension
This commit is contained in:
parent
62c998b8cf
commit
74f65cba71
@ -605,6 +605,7 @@ class Config
|
||||
* mongodb: bool,
|
||||
* mysqli: bool,
|
||||
* pdo: bool,
|
||||
* redis: bool,
|
||||
* simplexml: bool,
|
||||
* soap: bool,
|
||||
* xdebug: bool,
|
||||
@ -621,6 +622,7 @@ class Config
|
||||
"mongodb" => false,
|
||||
"mysqli" => false,
|
||||
"pdo" => false,
|
||||
"redis" => false,
|
||||
"simplexml" => false,
|
||||
"soap" => false,
|
||||
"xdebug" => false,
|
||||
|
Loading…
Reference in New Issue
Block a user