minor type improvements

This commit is contained in:
Robin Appelman 2021-03-10 15:00:37 +01:00
commit b5c6921f2e
6 changed files with 17 additions and 17 deletions

View file

@ -33,7 +33,7 @@ jobs:
run: composer install
- env:
BACKEND: smbclient
run: php ./vendor/bin/phpstan analyse --level 5 src
run: php ./vendor/bin/phpstan analyse --level 6 src
phpunit:
runs-on: ubuntu-20.04