fix(phpstan): code improvements and resolve warnings
Änderungen vergleichen
- Henning Leutz erstellt
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