Skip to content

Commit

Permalink
[HttpKernel] Fix inheritdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
ro0NL authored and fabpot committed Aug 29, 2018
1 parent ad2446d commit 2b41cf2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ContainerAwareInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,8 @@
*/
interface ContainerAwareInterface
{
/**
* Sets the container.
*/
public function setContainer(ContainerInterface $container = null);
}

0 comments on commit 2b41cf2

Please sign in to comment.