Completed
Push — master ( 92ccbf...b2415b )
by Simonas
63:39
created
Document/Translation.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -205,7 +205,7 @@
 block discarded – undo
205 205
     }
206 206
 
207 207
     /**
208
-     * @param Message[]|Collection $messages
208
+     * @param Collection $messages
209 209
      */
210 210
     public function setMessages(Collection $messages = null)
211 211
     {
Please login to merge, or discard this patch.
Service/Import/ImportManager.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 
12 12
 namespace ONGR\TranslationsBundle\Service;
13 13
 
14
-use Elasticsearch\Common\Exceptions\BadRequest400Exception;
15 14
 use ONGR\ElasticsearchBundle\Service\Manager;
16 15
 use ONGR\TranslationsBundle\Document\Message;
17 16
 use ONGR\TranslationsBundle\Document\Translation;
Please login to merge, or discard this patch.
Service/TranslationManager.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -113,7 +113,7 @@
 block discarded – undo
113 113
     /**
114 114
      * @param string $id
115 115
      *
116
-     * @return Translation
116
+     * @return null|\ReflectionClass
117 117
      *
118 118
      * @throws BadRequestHttpException
119 119
      */
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,6 @@
 block discarded – undo
16 16
 use ONGR\ElasticsearchDSL\Query\MatchAllQuery;
17 17
 use ONGR\ElasticsearchDSL\Query\TermsQuery;
18 18
 use ONGR\ElasticsearchBundle\Service\Repository;
19
-use ONGR\FilterManagerBundle\Twig\PagerExtension;
20 19
 use ONGR\TranslationsBundle\Document\Message;
21 20
 use ONGR\TranslationsBundle\Document\Translation;
22 21
 use ONGR\TranslationsBundle\Event\Events;
Please login to merge, or discard this patch.