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 5b740eb commit 0ae8fc1Copy full SHA for 0ae8fc1
composer.json
@@ -47,12 +47,10 @@
47
"phpstan": "@php ./vendor/bin/phpstan analyze -c ./phpstan.neon.dist --no-progress --ansi",
48
"test": [
49
"@phpstan",
50
- "@phpcs",
51
"@phpunit"
52
],
53
"test-cover": [
54
55
56
"@phpunit-cover"
57
]
58
}
phpstan.neon.dist
@@ -7,3 +7,4 @@ parameters:
7
excludePaths:
8
- 'src/Types/Point.php'
9
- 'src/Types/GeoPoint.php'
10
+ - 'src/Structures/Collections/ArrayCollection.php'
0 commit comments