Skip to content

Commit

Permalink
Add support for BlockBundle 4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
wbloszyk committed Mar 30, 2020
1 parent 76570e9 commit 2e56fb1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@
"conflict": {
"friendsofsymfony/rest-bundle": "<2.1 || >=3.0",
"jms/serializer": "<0.13",
"sonata-project/block-bundle": "<3.14 || >=4.0",
"sonata-project/block-bundle": "<3.14",
"sonata-project/media-bundle": "<3.17 || >=4.0"
},
"require-dev": {
"friendsofsymfony/rest-bundle": "^2.1",
"jms/serializer-bundle": "^1.0 || ^2.0",
"sonata-project/block-bundle": "^3.16.1",
"sonata-project/block-bundle": "^3.16.1 || ^4.0",
"sonata-project/media-bundle": "^3.17",
"symfony/phpunit-bridge": "^5.0"
},
Expand Down
10 changes: 5 additions & 5 deletions src/Block/Service/AbstractTagsBlockService.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ abstract class AbstractTagsBlockService extends AbstractClassificationBlockServi
private $tagAdmin;

/**
* @param string|Environment $twigOrDeprecatedName
* @param EngineInterface|ContextManagerInterface $contextManagerOrDeprecatedTemplating
* @param ContextManagerInterface|TagManagerInterface| $tagManagerOrDeprecatedContextManager
* @param TagManagerInterface|AdminInterface $tagAdminOrDeprecatedTagManager
* @param AdminInterface|null $deprecatedTagAdmin
* @param string|Environment $twigOrDeprecatedName
* @param EngineInterface|ContextManagerInterface $contextManagerOrDeprecatedTemplating
* @param ContextManagerInterface|TagManagerInterface $tagManagerOrDeprecatedContextManager
* @param TagManagerInterface|AdminInterface $tagAdminOrDeprecatedTagManager
* @param AdminInterface|null $deprecatedTagAdmin
*/
public function __construct(
$twigOrDeprecatedName,
Expand Down

0 comments on commit 2e56fb1

Please sign in to comment.