mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-28 01:25:00 +00:00
apply rector rules: symfony **UP TO** 44
This commit is contained in:
@@ -174,7 +174,7 @@ final class ReportControllerNextTest extends WebTestCase
|
||||
/**
|
||||
* @return \Symfony\Component\DomCrawler\Form
|
||||
*/
|
||||
protected function getReportForm(Person $person, CustomFieldsGroup $group, Client $client)
|
||||
protected function getReportForm(Person $person, CustomFieldsGroup $group, \Symfony\Component\BrowserKit\AbstractBrowser $client)
|
||||
{
|
||||
$url = sprintf(
|
||||
'fr/person/%d/report/cfgroup/%d/new',
|
||||
|
@@ -417,7 +417,7 @@ final class ReportControllerTest extends WebTestCase
|
||||
protected function getReportForm(
|
||||
Person $person,
|
||||
CustomFieldsGroup $group,
|
||||
\Symfony\Component\BrowserKit\Client $client
|
||||
\Symfony\Component\BrowserKit\AbstractBrowser $client
|
||||
) {
|
||||
$url = sprintf(
|
||||
'fr/person/%d/report/cfgroup/%d/new',
|
||||
|
@@ -103,7 +103,7 @@ final class ReportSearchTest 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