Skip to content
Code-Schnipsel Gruppen Projekte
  1. Feb 25, 2025
    • Henning Leutz's avatar
      fix(phpstan): allow null as parameter in various functions · 8490a644
      verfasst von Henning Leutz
      This commit does the following changes:
      
      1. Updated the PHPStan version from 1.11.8 to 1.12.13 in phars.xml
      2. In various classes, added the possibility to pass `null` as a parameter to a number of
      functions. Affected classes include but are not limited to: `ShippingInterface`, `Handler`,
      `Status`, `StatusUnknown`, and `ShippingEntry`.
      3. Updated return types in the `ShippingEntry` class to include `null` option.
      4. Simplified return types in various places from `datatype|datatype|null` to possibly nullable
      `datatype`.
      
      PHP9 + PHP8.4 null deprecated
      8490a644
  2. Apr 19, 2024
  3. Jul 31, 2019
  4. Jul 12, 2019
  5. Jul 11, 2019
  6. Jul 04, 2019
Lade