Remove unused properties

This commit is contained in:
2023-08-30 14:37:20 +02:00
parent 876ebca210
commit d01172274d

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>>
*/