Fix PHPStan command and nullsafe usage
This commit is contained in:
@@ -35,7 +35,7 @@ jobs:
|
||||
run: composer install --no-interaction --prefer-dist
|
||||
|
||||
- name: Run PHPStan
|
||||
run: vendor/bin/phpstan analyse --memory-limit=1G
|
||||
run: vendor/bin/phpstan analyse --memory-limit=-1
|
||||
|
||||
coding-standards:
|
||||
name: ECS
|
||||
|
||||
Reference in New Issue
Block a user