Completed
Push — master ( 251ea7...0f0a32 )
by Sebastian
02:52
created
src/Seboettg/CiteProc/Rendering/Date/Date.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -229,7 +229,7 @@  discard block
 block discarded – undo
229 229
     }
230 230
 
231 231
     /**
232
-     * @param $differentParts
232
+     * @param integer $differentParts
233 233
      * @param DateTime $from
234 234
      * @param DateTime $to
235 235
      * @param $delim
@@ -469,6 +469,9 @@  discard block
 block discarded – undo
469 469
         }
470 470
     }
471 471
 
472
+    /**
473
+     * @param string $form
474
+     */
472 475
     private function prepareDatePartsChildren($dateParts, $form)
473 476
     {
474 477
         /* Localized date formats are selected with the optional form attribute, which must set to either “numeric”
Please login to merge, or discard this patch.
src/Seboettg/CiteProc/Rendering/Name/Name.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -326,7 +326,7 @@  discard block
 block discarded – undo
326 326
     }
327 327
 
328 328
     /**
329
-     * @param $name
329
+     * @param \stdClass $name
330 330
      * @return \stdClass
331 331
      */
332 332
     private function cloneNamePOSC($name)
@@ -561,7 +561,7 @@  discard block
 block discarded – undo
561 561
     }
562 562
 
563 563
     /**
564
-     * @return mixed
564
+     * @return string
565 565
      */
566 566
     public function getDelimiter()
567 567
     {
Please login to merge, or discard this patch.