We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbe695e commit 22ffeadCopy full SHA for 22ffead
composer.json
@@ -3,7 +3,7 @@
3
"description": "PHP Client for Elasticsearch",
4
"keywords": [
5
"search",
6
- "client",
+ "client",
7
"elasticsearch",
8
"elastic"
9
],
@@ -52,7 +52,7 @@
52
"vendor/bin/phpunit --testdox -c phpunit-integration-cloud-tests.xml"
53
54
"phpstan": [
55
- "phpstan analyse src --level 2 --no-progress --memory-limit 256M"
+ "phpstan analyse --no-progress --memory-limit 256M"
56
]
57
},
58
"config": {
phpstan.neon
@@ -1,3 +1,6 @@
1
parameters:
2
+ level: 2
+ paths:
+ - src
ignoreErrors:
- '#PHPDoc tag @param has invalid value#'
0 commit comments