Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentLanglet committed Jan 22, 2024
1 parent d558819 commit 64b1fd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion tests/Date/JavaScriptFormatConverterTest.php
Expand Up @@ -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));
Expand Down

0 comments on commit 64b1fd5

Please sign in to comment.