mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-29 19:13:49 +00:00
apply rector rules
This commit is contained in:
@@ -30,22 +30,16 @@ final class PersonControllerUpdateWithHiddenFieldsTest extends WebTestCase
|
||||
/**
|
||||
* @var string The url using for editing the person's information
|
||||
*/
|
||||
private $editUrl;
|
||||
private string $editUrl;
|
||||
|
||||
/**
|
||||
* @var \Doctrine\ORM\EntityManagerInterface The entity manager
|
||||
*/
|
||||
private $em;
|
||||
private ?object $em = null;
|
||||
|
||||
/**
|
||||
* @var Person The person on which the test is executed
|
||||
*/
|
||||
private $person;
|
||||
private ?\Chill\PersonBundle\Entity\Person $person = null;
|
||||
|
||||
/**
|
||||
* @var string The url using for seeing the person's information
|
||||
*/
|
||||
private $viewUrl;
|
||||
private string $viewUrl;
|
||||
|
||||
/**
|
||||
* Prepare client and create a random person.
|
||||
|
Reference in New Issue
Block a user