Skip to content

Commit 1ff9e1b

Browse files
Merge branch '7.3'
2 parents a9a7da4 + d854f61 commit 1ff9e1b

File tree

5 files changed

+0
-67
lines changed

5 files changed

+0
-67
lines changed

.travis.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,6 @@ notifications:
5151

5252
jobs:
5353
include:
54-
- stage: Static Code Analysis
55-
php: 7.2
56-
env: PHPStan
57-
before_install:
58-
- travis_retry ./build/tools/composer require --no-update phpunit/php-invoker:^2.0
59-
install: travis_retry ./build/tools/composer update --prefer-dist --prefer-stable
60-
script:
61-
- ./build/tools/phpstan analyse --level=0 -c phpstan.neon src
62-
- ./build/tools/phpstan analyse --level=2 -c phpstan-tests.neon tests
6354
- stage: Static Code Analysis
6455
php: 7.2
6556
env: php-cs-fixer

build/tools/phpstan

-4.06 MB
Binary file not shown.

phive.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@
44
<phar name="php-cs-fixer" version="^2.12.0" installed="2.13.0" location="./build/tools/php-cs-fixer" copy="true"/>
55
<phar name="phpdox" version="^0.11.2" installed="0.11.2" location="./build/tools/phpdox" copy="true"/>
66
<phar name="phploc" version="^4.0.1" installed="4.0.1" location="./build/tools/phploc" copy="true"/>
7-
<phar name="phpstan" version="^0.10.1" installed="0.10.1" location="./build/tools/phpstan" copy="true"/>
87
</phive>

phpstan-tests.neon

Lines changed: 0 additions & 50 deletions
This file was deleted.

phpstan.neon

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)