Closed alexmerlin closed 1 month ago
The fix consists of removing this line from src/User/src/Repository/UserRepository.php:
src/User/src/Repository/UserRepository.php
->andWhere('user.isDeleted = :isDeleted')->setParameter('isDeleted', User::IS_DELETED_NO)
The rest of the modifications are just small tweaks to make Psalm happy.
It seems all right 👌
No new problems were found according to the checks applied
💡 Qodana analysis was run in the pull request mode: only the changed files were checked ☁️ View the detailed Qodana report
The fix consists of removing this line from
src/User/src/Repository/UserRepository.php
:The rest of the modifications are just small tweaks to make Psalm happy.