mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-05 14:25:00 +00:00
apply rector rules: symfony **UP TO** 44
This commit is contained in:
@@ -37,7 +37,7 @@ final class AccompanyingPeriodControllerTest extends WebTestCase
|
||||
public const OPENING_INPUT = 'chill_personbundle_accompanyingperiod[openingDate]';
|
||||
|
||||
/**
|
||||
* @var \Symfony\Component\BrowserKit\Client
|
||||
* @var \Symfony\Component\BrowserKit\AbstractBrowser
|
||||
*/
|
||||
protected $client;
|
||||
|
||||
|
@@ -21,7 +21,7 @@ use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
|
||||
final class PersonAddressControllerTest extends WebTestCase
|
||||
{
|
||||
/**
|
||||
* @var \Symfony\Component\BrowserKit\Client
|
||||
* @var \Symfony\Component\BrowserKit\AbstractBrowser
|
||||
*/
|
||||
protected $client;
|
||||
|
||||
|
@@ -225,7 +225,7 @@ final class PersonSearchTest extends WebTestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @return \Symfony\Component\BrowserKit\Client
|
||||
* @return \Symfony\Component\BrowserKit\AbstractBrowser
|
||||
*/
|
||||
private function getAuthenticatedClient(mixed $username = 'center a_social')
|
||||
{
|
||||
|
Reference in New Issue
Block a user