Completed
Push — master ( 4f35a8...a20096 )
by Sebastian
02:37
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   +8 added lines, -2 removed lines patch added patch discarded remove patch
@@ -205,7 +205,7 @@  discard block
 block discarded – undo
205 205
     }
206 206
 
207 207
     /**
208
-     * @param $name
208
+     * @param \stdClass $name
209 209
      * @return \stdClass
210 210
      */
211 211
     private function cloneNamePOSC($name)
@@ -498,6 +498,12 @@  discard block
 block discarded – undo
498 498
     }
499 499
 
500 500
 
501
+    /**
502
+     * @param \stdClass $data
503
+     * @param integer $rank
504
+     *
505
+     * @return string
506
+     */
501 507
     private function nameOrder($data, $rank)
502 508
     {
503 509
         $nameAsSortOrder = (($this->nameAsSortOrder === "first" && $rank === 0) || $this->nameAsSortOrder === "all");
@@ -587,7 +593,7 @@  discard block
 block discarded – undo
587 593
     }
588 594
 
589 595
     /**
590
-     * @return mixed
596
+     * @return string
591 597
      */
592 598
     public function getDelimiter()
593 599
     {
Please login to merge, or discard this patch.
src/Seboettg/CiteProc/Rendering/Text.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -166,6 +166,9 @@
 block discarded – undo
166 166
         return $this->toRenderTypeValue;
167 167
     }
168 168
 
169
+    /**
170
+     * @param \stdClass $data
171
+     */
169 172
     private function renderPage($data)
170 173
     {
171 174
         if (empty($data->page)) {
Please login to merge, or discard this patch.