src/Bridge/Doctrine/ServicePooledRepositoryFactory.php
Avoid unused parameters such as '$entityManager'. Open
Open
public function getRepository(EntityManagerInterface $entityManager, $entityName): ObjectRepository
- Read upRead up
- Exclude checks
UnusedFormalParameter
Since: 0.2
Avoid passing parameters to methods or constructors and then not using those parameters.
Example
class Foo
{
private function bar($howdy)
{
// $howdy is not used
}
}
Source https://phpmd.org/rules/unusedcode.html#unusedformalparameter
Line indented incorrectly; expected 4 spaces, found 8 Open
Open
private EntityManagerInterface $pooledEm
- Exclude checks
Line indented incorrectly; expected 4 spaces, found 8 Open
Open
private RepositoryFactory $decorated,
- Exclude checks