mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-29 10:05:03 +00:00
php cs fixes after updating php cs fixer
This commit is contained in:
@@ -196,7 +196,7 @@ final class PersonAddressControllerTest extends WebTestCase
|
||||
*/
|
||||
protected function refreshPerson()
|
||||
{
|
||||
self::$person = $this->em->getRepository(\Chill\PersonBundle\Entity\Person::class)
|
||||
self::$person = $this->em->getRepository(Person::class)
|
||||
->find(self::$person->getId());
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user