mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-06 13:29:43 +00:00
update cs after php-cs-fixer upgrade
This commit is contained in:
@@ -411,7 +411,7 @@ final class ReportControllerTest extends WebTestCase
|
||||
protected function getReportForm(
|
||||
Person $person,
|
||||
CustomFieldsGroup $group,
|
||||
\Symfony\Component\BrowserKit\AbstractBrowser $client
|
||||
\Symfony\Component\BrowserKit\AbstractBrowser $client,
|
||||
) {
|
||||
$url = sprintf(
|
||||
'fr/person/%d/report/cfgroup/%d/new',
|
||||
|
@@ -132,7 +132,7 @@ final class ReportVoterTest extends KernelTestCase
|
||||
Report $report,
|
||||
$action,
|
||||
$message,
|
||||
?User $user = null
|
||||
?User $user = null,
|
||||
) {
|
||||
$token = $this->prepareToken($user);
|
||||
$result = $this->voter->vote($token, $report, [$action]);
|
||||
|
Reference in New Issue
Block a user