Test Failed
Push — master ( 7e3310...f48555 )
by Sebastian
03:00
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   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -326,7 +326,7 @@
 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)
Please login to merge, or discard this patch.