mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +02:00
Applied symplify rules to codebase.
This commit is contained in:
parent
2f20d90041
commit
388e847b17
136 changed files with 1370 additions and 789 deletions
|
@ -35,7 +35,9 @@ use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
|
|||
class NamedDBElementRepositoryTest extends WebTestCase
|
||||
{
|
||||
private $entityManager;
|
||||
/** @var StructuralDBElementRepository */
|
||||
/**
|
||||
* @var StructuralDBElementRepository
|
||||
*/
|
||||
private $repo;
|
||||
|
||||
protected function setUp(): void
|
||||
|
|
|
@ -35,7 +35,9 @@ use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
|
|||
class StructuralDBElementRepositoryTest extends WebTestCase
|
||||
{
|
||||
private $entityManager;
|
||||
/** @var StructuralDBElementRepository */
|
||||
/**
|
||||
* @var StructuralDBElementRepository
|
||||
*/
|
||||
private $repo;
|
||||
|
||||
protected function setUp(): void
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue