Apply new rector rules regarding to PHP version to 8.4

This commit is contained in:
2025-11-03 13:36:51 +01:00
parent d6f5ef4bb1
commit cdc489f01e
1086 changed files with 2219 additions and 1378 deletions

View File

@@ -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();