Skip to content
Code-Schnipsel Gruppen Projekte
  1. Feb 16, 2025
  2. Feb 14, 2025
    • Henning Leutz's avatar
      fix(phpstan): update method calls for transaction creation and search limit · 9f5ddc22
      verfasst von Henning Leutz
      This commit resolves a few issues in how transactions are being created and the search limit is
      being parsed.
      
      - The `addTransaction.php` file now correctly uses `getUUID` instead of `getHash` during
      transaction creation.
      - Parsing of limit values in `list.php` has been improved. Now values are cast to integers before
      being passed to the `limit` function.
      - Several errors ignored in `phpstan-baseline.neon` due to previously incorrect method calls have
      been removed, as they're no longer occurring.
      9f5ddc22
    • Henning Leutz's avatar
      refactor(phpcs): remove unused import in transactions factory · b01fe672
      verfasst von Henning Leutz
      This commit removes an unnecessary import statement from the Factory.php file in the
      ERP/Accounting/Payments/Transactions module. The QUI\\Interfaces\\Users\\User import was not being
      utilized, hence deleted for code neatness and readability.
      b01fe672
    • Henning Leutz's avatar
      fix(phpstan): update codes and optimize specificity for PHP classes · 516b765b
      verfasst von Henning Leutz
      - Updated versions in the .phive/phars.xml file.
      - Refined type hinting for methods in Factory.php for readability and specificity.
      - Positioned __construct earlier in the PaymentReceiverInterface.php, enhancing readability.
      - Inserted type hinting in the getTypeTitle method of the PaymentReceiverInterface.php file.
      516b765b
  3. Okt 23, 2024
  4. Aug 09, 2024
  5. Aug 08, 2024
  6. Aug 05, 2024
  7. Aug 01, 2024
  8. Jul 29, 2024
  9. Jul 15, 2024
  10. Mai 16, 2024
  11. Mai 08, 2024
  12. Mai 07, 2024
  13. Mai 06, 2024
Lade