type hint fixes

This commit is contained in:
Robin Appelman 2021-03-02 19:17:37 +01:00
commit 0e69997579
11 changed files with 17 additions and 29 deletions

View file

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