mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-06 14:54:57 +00:00
DX: apply rector rulesets up to PHP 73
This commit is contained in:
@@ -110,7 +110,7 @@ final class AccompanyingPeriodConfidentialTest extends WebTestCase
|
||||
[], // parameters
|
||||
[], // files
|
||||
[], // server parameters
|
||||
json_encode(['type' => 'accompanying_period', 'user' => $user])
|
||||
json_encode(['type' => 'accompanying_period', 'user' => $user], JSON_THROW_ON_ERROR)
|
||||
);
|
||||
$response = $this->client->getResponse();
|
||||
|
||||
|
Reference in New Issue
Block a user