Skip to content
Code-Schnipsel Gruppen Projekte
  • Henning Leutz's avatar
    6e866030
    fix(phpstan): improve code clarity and formatting · 6e866030
    verfasst von Henning Leutz
    1. Simplified condition checks for 'firstname' and 'lastname' using the 'empty()' function.
    2. Refactored the type hinting of parameters for the 'addUserToCustomerGroup',
    'removeUserFromCustomerGroup', and 'setAttributesToCustomer' methods.
    3. Updated the type hinting for the 'getEntityTypeTitle' method, adding a possibility to receive
    null.
    
    Related: #67
    6e866030
    Verlauf
    fix(phpstan): improve code clarity and formatting
    verfasst von Henning Leutz
    1. Simplified condition checks for 'firstname' and 'lastname' using the 'empty()' function.
    2. Refactored the type hinting of parameters for the 'addUserToCustomerGroup',
    'removeUserFromCustomerGroup', and 'setAttributesToCustomer' methods.
    3. Updated the type hinting for the 'getEntityTypeTitle' method, adding a possibility to receive
    null.
    
    Related: #67