Skip to content
Code-Schnipsel Gruppen Projekte

fix(phpstan): code improvements and resolve warnings

Zusammengeführt Henning Leutz schlägt vor, next-2.x in main zu mergen.
1 Datei
+ 11
11
Änderungen vergleichen
  • Nebeneinander
  • In der Reihe
  • Modified 'var' declarations to 'const' in CouponCodeInput.js file for better ES6 compliance. This
    refactoring helps increase code readability and ensures variables are block-scoped, reducing the
    risk of accidental variable reassignment or mutation.
+ 1
1
@@ -14,4 +14,4 @@ phpunit-php8.2:
# 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
- when: never