Skip to content

Commit

Permalink
ABSTRACT INJECTOR: Remove redundant @inheritdoc from __construct()
Browse files Browse the repository at this point in the history
Signed-off-by: Remy Bos <[email protected]>
  • Loading branch information
sjokkateer committed May 19, 2022
1 parent 33339ae commit 2de9d44
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/CodeGenerator/AbstractInjector.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ abstract class AbstractInjector implements InjectorInterface

private InjectorInterface $injector;

/**
* {@inheritDoc}
*/
public function __construct(InjectorInterface $injector, ?ContainerInterface $container = null)
{
$this->injector = $injector;
Expand Down

0 comments on commit 2de9d44

Please sign in to comment.