File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ install:
1515
1616script :
1717 # Static analyzer check
18- - if [ $TRAVIS_PHP_VERSION = '7.1' ]; then composer require "phpstan/phpstan:^0.9" && ./vendor/bin/phpstan analyze -c .phpstan.neon --level=2 --no-progress src;fi
18+ - if [ $TRAVIS_PHP_VERSION = '7.1' ]; then composer require "phpstan/phpstan:^0.9" && ./vendor/bin/phpstan analyze -c .phpstan.neon --level=4 --no-progress src;fi
1919 # Check the code style
2020 - if [ $TRAVIS_PHP_VERSION = '7.1' ]; then IFS=$'\n'; COMMIT_SCA_FILES=($(git diff --name-only --diff-filter=ACMRTUXB "${TRAVIS_COMMIT_RANGE}")); unset IFS; fi
2121 - if [ $TRAVIS_PHP_VERSION = '7.1' ]; then composer require "friendsofphp/php-cs-fixer:^2.8" && ./vendor/bin/php-cs-fixer fix --config=.php_cs.php -v --dry-run --stop-on-violation --using-cache=no --path-mode=intersection -- "${COMMIT_SCA_FILES[@]}";fi
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ class ProcessManager
140140 *
141141 * @var string
142142 */
143- protected $ phpCgiExecutable = false ;
143+ protected $ phpCgiExecutable = '' ;
144144
145145 /**
146146 * @var null|int
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ class ProcessSlave
8484 protected $ inShutdown = false ;
8585
8686 /**
87- * @var BufferingLogger
87+ * @var BufferingLogger|\Symfony\Component\Debug\BufferingLogger
8888 */
8989 protected $ errorLogger ;
9090
You can’t perform that action at this time.
0 commit comments