From be074ebad5ceb13ea1c86ab9e8c44c1a0482a3fd Mon Sep 17 00:00:00 2001 From: Alexey Skobkin Date: Mon, 12 Dec 2016 21:17:02 +0300 Subject: [PATCH] FileFactory code quality fix. --- .../PointToolsBundle/Service/Factory/Blogs/FileFactory.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Skobkin/Bundle/PointToolsBundle/Service/Factory/Blogs/FileFactory.php b/src/Skobkin/Bundle/PointToolsBundle/Service/Factory/Blogs/FileFactory.php index 95b4cb7..066579e 100644 --- a/src/Skobkin/Bundle/PointToolsBundle/Service/Factory/Blogs/FileFactory.php +++ b/src/Skobkin/Bundle/PointToolsBundle/Service/Factory/Blogs/FileFactory.php @@ -30,7 +30,7 @@ class FileFactory /** * @param EntityManager $em */ - public function __construct(LoggerInterface $log, EntityManagerInterface $em) + public function __construct(LoggerInterface $log, EntityManager $em) { $this->log = $log; $this->em = $em;