Skip to content
Code-Schnipsel Gruppen Projekte
  1. Feb 14, 2025
    • Henning Leutz's avatar
      fix(phpstan): improved method validity checks and reduced error handling · 6100708f
      verfasst von Henning Leutz
      This commit fixes several issues in different PHP files.
      - Added `method_exists` checks for `isActive` method in `activate.php`, `deactivate.php` and
      `toggle.php` to prevent calls to an undefined method.
      - Similar check added for `getTitle` method in `get.php`.
      - Fixed sorting functionality in `search.php` by using `strcmp` instead of greater than comparison.
      - Removed a large number of ignored errors in `phpstan-baseline.neon`, indicating reduced error
      handling.
      - Corrected the `implode` parameters order in `Discount.php` and typecasted variable to string
      before using `explode` in `PriceFactor.php`.
      - Updated `getTitle` & `toPriceFactor` method parameters in `Discount.php` to use union types for
      compatibility with different data types.
      
      Related: #18
      6100708f
  2. Apr 24, 2024
  3. Apr 18, 2024
  4. Jun 14, 2021
  5. Jun 09, 2021
  6. Sep 18, 2018
  7. Aug 29, 2016
  8. Jul 07, 2016
  9. Apr 11, 2016
  10. Jan 26, 2016
  11. Jan 23, 2016
  12. Jan 21, 2016