Skip to content

Commit d05d27b

Browse files
committed
WIP
1 parent deb76d6 commit d05d27b

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,7 @@ before_install:
3131
- if ! [ -v "$DEPENDENCIES" ]; then composer require --no-update ${DEPENDENCIES}; fi;
3232

3333
install:
34-
# To be removed when this issue will be resolved: https://github.com/composer/composer/issues/5355
35-
- if [[ "$COMPOSER_FLAGS" == *"--prefer-lowest"* ]]; then composer update --prefer-dist --no-interaction --prefer-stable --quiet; fi
3634
- composer update ${COMPOSER_FLAGS} --prefer-dist --no-interaction
37-
#- ./vendor/bin/simple-phpunit install
3835

3936
script:
4037
- composer validate --strict --no-check-lock

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"beberlei/porpaginas": "^1.2",
3838
"php-coveralls/php-coveralls": "^2.1.0",
3939
"symfony/phpunit-bridge": "^6",
40-
"thecodingmachine/phpstan-strict-rules": "^v0.12",
40+
"phpstan/phpstan": "^1.8",
4141
"composer/package-versions-deprecated": "^1.8"
4242
},
4343
"conflict": {

phpstan.neon

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
includes:
22
- vendor/phpstan/phpstan/conf/bleedingEdge.neon
3-
- vendor/phpstan/phpstan-webmozart-assert/extension.neon
4-
- vendor/thecodingmachine/phpstan-strict-rules/phpstan-strict-rules.neon
53
parameters:
64
tmpDir: .phpstan-cache
75
paths:
@@ -20,7 +18,6 @@ parameters:
2018
checkExplicitMixedMissingReturn: true
2119
checkFunctionNameCase: true
2220
checkInternalClassCaseSensitivity: true
23-
checkMissingClosureNativeReturnTypehintRule: true
2421
checkTooWideReturnTypesInProtectedAndPublicMethods: true
2522
treatPhpDocTypesAsCertain: false
2623
reportUnmatchedIgnoredErrors: false

0 commit comments

Comments
 (0)