2021-08-24 10:27:50 +02:00
|
|
|
phpstan:
|
|
|
|
extends: .default
|
|
|
|
stage: codestyle
|
|
|
|
needs:
|
|
|
|
- build-composer-dependencies
|
2022-09-26 19:40:07 +02:00
|
|
|
- php-lint-php8.1
|
2023-04-02 12:53:33 +02:00
|
|
|
- php-lint-php8.2
|
2021-08-24 10:27:50 +02:00
|
|
|
script:
|
|
|
|
- composer ci:php:stan
|