Skip to content
Code-Schnipsel Gruppen Projekte
  • Henning Leutz's avatar
    b0e75b59
    fix(phpstan): improve user verification and remove redundancies · b0e75b59
    verfasst von Henning Leutz
    Improve user verification in ajax backend passwordMail by adding an instance check for
    QUI\\Users\\User before calling sendPassword method.
    Remove redundant error messages in phpstan-baseline.neon associated with previously incorrect user
    activation logic and unsupported comparison evaluations in Customers.php and Search.php.
    Correct arguments for activate method in Customers.php from false to empty string.
    Add 'users.customerId' to allowed search columns and adjust type hints for arguments in `limit` and
    `setFilter` methods in Search.php to include spaces for better readability.
    
    Related: #67
    b0e75b59
    Verlauf
    fix(phpstan): improve user verification and remove redundancies
    verfasst von Henning Leutz
    Improve user verification in ajax backend passwordMail by adding an instance check for
    QUI\\Users\\User before calling sendPassword method.
    Remove redundant error messages in phpstan-baseline.neon associated with previously incorrect user
    activation logic and unsupported comparison evaluations in Customers.php and Search.php.
    Correct arguments for activate method in Customers.php from false to empty string.
    Add 'users.customerId' to allowed search columns and adjust type hints for arguments in `limit` and
    `setFilter` methods in Search.php to include spaces for better readability.
    
    Related: #67