diff --git a/composer.json b/composer.json index 01caa78f..96c9539f 100644 --- a/composer.json +++ b/composer.json @@ -43,7 +43,7 @@ "phpunit/phpunit": "^9.5", "psalm/plugin-phpunit": "^0.18", "psalm/plugin-symfony": "^5.0", - "rector/rector": "^0.18", + "rector/rector": "^0.19", "symfony/config": "^5.4 || ^6.2 || ^7.0", "symfony/dependency-injection": "^5.4 || ^6.2 || ^7.0", "symfony/framework-bundle": "^5.4 || ^6.2 || ^7.0", diff --git a/tests/Date/JavaScriptFormatConverterTest.php b/tests/Date/JavaScriptFormatConverterTest.php index 3ab72bad..353f0f3b 100644 --- a/tests/Date/JavaScriptFormatConverterTest.php +++ b/tests/Date/JavaScriptFormatConverterTest.php @@ -23,7 +23,7 @@ final class JavaScriptFormatConverterTest extends TestCase { public function testPhpToJavaScript(): void { - $mfc = new JavascriptFormatConverter(); + $mfc = new JavaScriptFormatConverter(); $phpFormat = "yyyy-MM-dd'T'HH:mm:ss"; static::assertSame('yyyy-MM-ddTHH:mm:ss', $mfc->convert($phpFormat));