Skip to content
Code-Schnipsel Gruppen Projekte

fix(phpstan): correct variable type

Zusammengeführt Michael Danielczok schlägt vor, next-1.x in main zu mergen.
1 Datei
+ 17
0
Änderungen vergleichen
  • Nebeneinander
  • In der Reihe
.gitlab-ci.yml 0 → 100644
+ 19
0
include:
- component: dev.quiqqer.com/quiqqer/stabilization/ci-cd-components/quiqqer-package-bundle/quiqqer-package-bundle@2
inputs:
quiqqer-major-version: 1
# Remove the entire phpunit-php8.1 block, to allow PHPUnit to run on PHP 8.1 in your pipeline
phpunit-php8.1:
rules:
- when: never
# Remove the entire phpunit-php8.2 block, to allow PHPUnit to run on PHP 8.2 in your pipeline
phpunit-php8.2:
rules:
- when: never
# Remove the entire phpunit-php8.3 block, to allow PHPUnit to run on PHP 8.3 in your pipeline
phpunit-php8.3:
rules:
- when: never
\ No newline at end of file