mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-01-13 21:01:24 +00:00
Apply new rector rules regarding to PHP version to 8.4
This commit is contained in:
@@ -27,7 +27,7 @@ use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
|
||||
*/
|
||||
final class RemoteCalendarMSGraphSyncControllerTest extends WebTestCase
|
||||
{
|
||||
private const SAMPLE_BODY = <<<'JSON'
|
||||
private const string SAMPLE_BODY = <<<'JSON'
|
||||
{
|
||||
"value": [
|
||||
{
|
||||
@@ -48,6 +48,7 @@ final class RemoteCalendarMSGraphSyncControllerTest extends WebTestCase
|
||||
}
|
||||
JSON;
|
||||
|
||||
#[\Override]
|
||||
protected function tearDown(): void
|
||||
{
|
||||
self::ensureKernelShutdown();
|
||||
|
||||
Reference in New Issue
Block a user