fix(phpstan): improve code clarity and formatting
- Simplified condition checks for 'firstname' and 'lastname' using the 'empty()' function.
- Refactored the type hinting of parameters for the 'addUserToCustomerGroup', 'removeUserFromCustomerGroup', and 'setAttributesToCustomer' methods.
- Updated the type hinting for the 'getEntityTypeTitle' method, adding a possibility to receive null.
Related: #67 (closed)