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/TranslationManager.php 1 patch
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.