Skip to content

Commit

Permalink
Merge 82a9f40 into 75d0743
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 committed Aug 22, 2020
2 parents 75d0743 + 82a9f40 commit 0612377
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/Block/Service/AbstractTagsBlockService.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ abstract class AbstractTagsBlockService extends AbstractClassificationBlockServi
private $tagAdmin;

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

0 comments on commit 0612377

Please sign in to comment.