Skip to content

Commit 0ae8fc1

Browse files
author
Fureev Eugene
committed
fix
1 parent 5b740eb commit 0ae8fc1

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

composer.json

-2
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,10 @@
4747
"phpstan": "@php ./vendor/bin/phpstan analyze -c ./phpstan.neon.dist --no-progress --ansi",
4848
"test": [
4949
"@phpstan",
50-
"@phpcs",
5150
"@phpunit"
5251
],
5352
"test-cover": [
5453
"@phpstan",
55-
"@phpcs",
5654
"@phpunit-cover"
5755
]
5856
}

phpstan.neon.dist

+1
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ parameters:
77
excludePaths:
88
- 'src/Types/Point.php'
99
- 'src/Types/GeoPoint.php'
10+
- 'src/Structures/Collections/ArrayCollection.php'

0 commit comments

Comments
 (0)