Merge pull request #3205 from Majkl578/fix-phpstan-oci
Ignore OCI-* classes in static analysis (no stubs)
Showing
... | ... | @@ -20,7 +20,7 @@ |
"require-dev": { | ||
"doctrine/coding-standard": "^4.0", | ||
"jetbrains/phpstorm-stubs": "^2018.1.2", | ||
"phpstan/phpstan": "^0.10", | ||
"phpstan/phpstan": "^0.10.1", | ||
"phpunit/phpunit": "^7.1.2", | ||
"phpunit/phpunit-mock-objects": "!=3.2.4,!=3.2.5", | ||
"symfony/console": "^2.0.5||^3.0", | ||
... | ... |
Please register or sign in to comment