Completed
Pull Request — master (#89)
by
unknown
62:49
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.
Translation/TranslationManager.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -252,7 +252,7 @@  discard block
 block discarded – undo
252 252
     }
253 253
 
254 254
     /**
255
-     * @param object $document
255
+     * @param null|\ReflectionClass $document
256 256
      */
257 257
     private function commitTranslation($document)
258 258
     {
@@ -265,7 +265,7 @@  discard block
 block discarded – undo
265 265
      *
266 266
      * @param string $id
267 267
      *
268
-     * @return Translation
268
+     * @return null|\ReflectionClass
269 269
      *
270 270
      * @throws BadRequestHttpException
271 271
      */
Please login to merge, or discard this patch.