Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Bozhidar Hristov committed Jul 6, 2016
1 parent 81278f1 commit 213e63e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/TranslationService.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
use Doctrine\Common\Annotations\Reader;
use Symfony\Component\DependencyInjection\Container;
use ObjectBG\TranslationBundle\Entity\Language;
use Symfony\Component\Translation\Translator;
use Symfony\Component\Translation\TranslatorInterface;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\PropertyAccess\PropertyAccess;
use Symfony\Component\PropertyAccess\PropertyAccessor;
Expand Down Expand Up @@ -43,7 +43,7 @@ class TranslationService

/**
*
* @var Translator
* @var TranslatorInterface
*/
private $translator;

Expand Down

0 comments on commit 213e63e

Please sign in to comment.