- Mär 04, 2025
-
-
verfasst von Henning Leutz
This commit refactors several areas of the code to improve type definitions and error handling. Main changes include: - Improved the type definitions for function arguments and return types within the Handler, Membership and Users Handler classes. - Added error handling for instances where the Membership is not an instance of QUI\Memberships\Membership. - Updated the commenting style to more clearly define variables. - Changed the use of \PDO to PDO for cleaner code. - Removed unnecessary conditionals in the WHERE clause building of an SQL query, leading to cleaner, more straightforward code.
-
verfasst von Henning Leutz
- Removed redundant docblock. - Added instance check for `$User` before attempting to remove it from groups to prevent potential errors. - Ensured `hasMembershipUserId` method exists before calling it to prevent undefined method errors. - Adjusted `addHistoryEntry` function to receive a string as the second parameter instead of an array. - Removed redundant array-to-string conversion in `addHistoryEntry` function. - Ignored `phpstan` warning regarding method's return type.
-
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.
-
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.
-
verfasst von Henning Leutz
-
- Jan 08, 2025
-
-
verfasst von Patrick Müller
-
verfasst von Patrick Müller
-
verfasst von Patrick Müller
-
- Jan 03, 2025
-
-
verfasst von Henning Leutz
-
verfasst von Henning Leutz
-
- Okt 23, 2024
-
-
verfasst von Patrick Müller
-
verfasst von Patrick Müller
-
- Okt 17, 2024
-
-
verfasst von Patrick Müller
-
- Sep 24, 2024
-
-
verfasst von Patrick Müller
-
verfasst von Patrick Müller
-
- Jan 22, 2024
-
-
verfasst von Patrick Müller
-
- Jan 03, 2024
-
-
verfasst von Henning Leutz
-
verfasst von Henning Leutz
-
- Jan 17, 2023
-
-
verfasst von Patrick Müller
-
- Aug 23, 2022
-
-
verfasst von Patrick Müller
-
- Sep 24, 2021
-
-
verfasst von Patrick Müller
-
- Jan 11, 2021
-
-
verfasst von Patrick Müller
-
- Dez 10, 2020
-
-
verfasst von Patrick Müller
-
- Nov 16, 2020
-
-
verfasst von Patrick Müller
-
- Aug 07, 2020
-
-
verfasst von Patrick Müller
-
- Mai 08, 2020
-
-
verfasst von Patrick Müller
-
verfasst von Patrick Müller
-
- Mai 05, 2020
-
-
verfasst von Patrick Müller
-
- Mär 26, 2020
-
-
verfasst von Patrick Müller
-
verfasst von Patrick Müller
-
verfasst von Patrick Müller
refactor: date calculation when linked with contracts
-
- Mär 10, 2020
-
-
verfasst von Patrick Müller
-
- Mär 09, 2020
-
-
verfasst von Patrick Müller
-
- Feb 04, 2020
-
-
verfasst von Patrick Müller
-
- Dez 10, 2019
-
-
verfasst von Patrick Müller
-
- Nov 13, 2019
-
-
verfasst von Patrick Müller
-
- Okt 24, 2019
-
-
verfasst von Patrick Müller
-
- Okt 16, 2019
-
-
verfasst von Patrick Müller
-
- Okt 15, 2019
-
-
verfasst von Patrick Müller
-
- Aug 30, 2019
-
-
verfasst von Patrick Müller
fix: check if a user exists first before trying to delete him from QUIQQER groups when archiving namerobot/tool#35
-