Skip to content
Code-Schnipsel Gruppen Projekte
  1. Mär 04, 2025
    • Henning Leutz's avatar
      fix(phpstan): improve return types and exception handling in memberships · 8aa6d8de
      verfasst von Henning Leutz
      This commit addresses three major updates in our Memberships module:
      
      1. In Handler.php, we clarified the return type of `isLinkedToContracts()` method by explicitly
      defining it as boolean.
      2. In AbstractMembershipUserLinkVerificationHandler.php, we simplified the Exception import and
      updated the type in the `getMembershipUser()` method's doc comment.
      3. In MembershipUser.php, the constructors for `CancelVerification` and `AbortCancelVerification`
      are now called without the user id.
      
      These changes enhance code readability and maintainability while ensuring safer calls.
      8aa6d8de
    • Henning Leutz's avatar
      fix: improve type consistency and readability in memberships · 0978b32e
      verfasst von Henning Leutz
      This commit improves the type consistency and readability of the code in the Membership class and
      related classes. The changes include adding strict types, removing unused imports, using type
      hinting, and replacing old switch-case syntax with match expressions.
      
      Specifically, it changes the signature of several functions, adds and removes some class imports,
      and replaces old style function syntax with modern type hinting for better readability and
      maintainability. Moreover, it adds PHP built-in functions instead of using their fully qualified
      form. It also improves readability by replacing the switch-case syntax with the new and more
      convenient match expression when parsing intervals from the duration.
      0978b32e
    • Henning Leutz's avatar
      9bb21fd6
  2. Mär 03, 2025
  3. Jan 08, 2025
  4. Jan 03, 2025
  5. Okt 23, 2024
  6. Okt 17, 2024
  7. Sep 24, 2024
  8. Jan 22, 2024
  9. Jan 10, 2024
  10. Jan 03, 2024
  11. Jan 17, 2023
  12. Aug 23, 2022
  13. Apr 01, 2022
  14. Mär 23, 2022