mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-05 14:25:00 +00:00
update php-cs-fixer and rector + fix rules
This commit is contained in:
@@ -98,7 +98,7 @@ final class PersonControllerViewWithHiddenFieldsTest extends WebTestCase
|
||||
*/
|
||||
protected function refreshPerson()
|
||||
{
|
||||
$this->person = $this->em->getRepository(\Chill\PersonBundle\Entity\Person::class)
|
||||
$this->person = $this->em->getRepository(Person::class)
|
||||
->find($this->person->getId());
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user