Remove unused properties

This commit is contained in:
Julien Fastré 2023-08-30 14:37:20 +02:00
parent 876ebca210
commit d01172274d
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB

View File

@ -36,18 +36,6 @@ final class PersonControllerUpdateTest extends WebTestCase
private KernelBrowser $client;
/**
* @var string The url using for editing the person's information
*/
private string $editUrl;
private ?object $em = null;
/**
* @var string The url using for seeing the person's information
*/
private string $viewUrl;
/**
* @var list<array<class-string, int>>
*/