Completed
Pull Request — master (#99)
by
unknown
93:24 queued 28:27
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/TranslationManager.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
52 52
     /**
53 53
      * @param string $id
54 54
      *
55
-     * @return Translation|object
55
+     * @return null|\ReflectionClass
56 56
      */
57 57
     public function get($id)
58 58
     {
Please login to merge, or discard this patch.
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -18,8 +18,6 @@
 block discarded – undo
18 18
 use ONGR\ElasticsearchBundle\Service\Repository;
19 19
 use ONGR\TranslationsBundle\Document\Message;
20 20
 use ONGR\TranslationsBundle\Document\Translation;
21
-use ONGR\TranslationsBundle\Event\Events;
22
-use ONGR\TranslationsBundle\Event\MessageUpdateEvent;
23 21
 use Symfony\Component\EventDispatcher\EventDispatcherInterface;
24 22
 use Symfony\Component\HttpFoundation\Request;
25 23
 
Please login to merge, or discard this patch.
Service/Import/ImportManager.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -133,7 +133,7 @@
 block discarded – undo
133 133
      *
134 134
      * @param string $domain
135 135
      * @param string $path
136
-     * @param array $directories
136
+     * @param string[] $directories
137 137
      *
138 138
      * @return array
139 139
      */
Please login to merge, or discard this patch.
Service/Export/ExportManager.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,6 @@
 block discarded – undo
48 48
     private $parser;
49 49
 
50 50
     /**
51
-     * @param ParameterBag   $loadersContainer
52 51
      * @param TranslationManager $translationManager
53 52
      * @param YmlExport          $exporter
54 53
      */
Please login to merge, or discard this patch.