Skip to content

Commit

Permalink
Fix return type
Browse files Browse the repository at this point in the history
  • Loading branch information
olvlvl committed Feb 4, 2017
1 parent 7370713 commit 0a977a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/ContainerProxy.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ class ContainerProxy
private $app;

/**
* @var ContainerBuilder
* @var Container
*/
private $container;

/**
* @return ContainerBuilder
* @return Container
*/
protected function get_container()
{
Expand Down

0 comments on commit 0a977a7

Please sign in to comment.