Skip to content

Commit f69aa32

Browse files
committed
Drop PHPStan until refactor
We will remove PHPStan for this version until we address larger concerns in the code and its handling of array and ArrayAccess.
1 parent f44544a commit f69aa32

File tree

4 files changed

+40
-1237
lines changed

4 files changed

+40
-1237
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ before_script:
1111
script:
1212
- vendor/bin/phpunit
1313
- vendor/bin/phpcs
14-
- vendor/bin/phpstan analyse
1514

1615
matrix:
1716
allow_failures:

composer.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@
1515
],
1616
"require-dev": {
1717
"dms/coding-standard": "^1.0",
18-
"phpstan/phpstan": "^0.11.2",
19-
"phpstan/phpstan-strict-rules": "^0.11.0",
20-
"phpstan/phpstan-phpunit": "^0.11.0",
2118
"squizlabs/php_codesniffer": "^3.4"
2219
},
2320
"autoload": {

0 commit comments

Comments
 (0)