dotkernel / admin

DotKernel Admin Application, built on top of Mezzio microframework and using Laminas components.ezzio for branch 2 and above.
https://admin5.dotkernel.net
MIT License
26 stars 5 forks source link

qodana issues #251

Closed arhimede closed 2 months ago

arhimede commented 3 months ago

AbstractRepository.php Cannot infer DQL model class to enable completion L 34 ->from($this->getEntityName(), 'entity')

  1. AuthenticationAdapter.php Property can be 'readonly' L 37: private EntityManager $entityManager,

  2. SettingService.php Property can be 'readonly' L 17: public function __construct(private SettingRepository $settingRepository)

arhimede commented 2 months ago

fixed in #253