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 committed Nov 23, 2021
2 parents 652d1f5 + 049eb93 commit 21fd6de
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"psalm/plugin-symfony": "^3.0",
"sonata-project/admin-bundle": "^4.0",
"sonata-project/block-bundle": "^4.0",
"sonata-project/classification-bundle": "^4.0@alpha",
"sonata-project/classification-bundle": "^4.0.0-RC1",
"sonata-project/doctrine-orm-admin-bundle": "^4.0",
"symfony/browser-kit": "^4.4 || ^5.3",
"symfony/messenger": "^4.4 || ^5.3",
Expand Down
5 changes: 0 additions & 5 deletions tests/App/Entity/Context.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,4 @@ class Context extends BaseContext
* @ORM\Column(type="string")
*/
protected ?string $id = null;

public function getId(): ?string
{
return $this->id;
}
}

0 comments on commit 21fd6de

Please sign in to comment.