Skip to content

Commit

Permalink
Merge 4.x into 5.x
Browse files Browse the repository at this point in the history
  • Loading branch information
SonataCI authored Jan 23, 2024
2 parents 8f5e239 + 4040da4 commit 709bb36
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"phpunit/phpunit": "^9.5",
"psalm/plugin-phpunit": "^0.18",
"psalm/plugin-symfony": "^5.0",
"rector/rector": "^0.18",
"rector/rector": "^0.19",
"symfony/browser-kit": "^5.4 || ^6.2",
"symfony/css-selector": "^5.4 || ^6.2",
"symfony/filesystem": "^5.4 || ^6.2",
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/Functional/Entity/TransformerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ public function testCreateSnapshotOverDoctrine(\DateTime $datetime, ?int $positi
/**
* @var SonataPagePage $page
*/
$page = $this->entityManager->find(sonataPagePage::class, 123);
$page = $this->entityManager->find(SonataPagePage::class, 123);

$snapshot = $this->transformer->create($page);

Expand Down

0 comments on commit 709bb36

Please sign in to comment.