Completed
Push — master ( 58d424...5ff550 )
by Sebastian
01:45
created
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.
src/Seboettg/CiteProc/Rendering/Name/Name.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -562,7 +562,7 @@
 block discarded – undo
562 562
     }
563 563
 
564 564
     /**
565
-     * @param $data
565
+     * @param \stdClass $data
566 566
      * @return array
567 567
      */
568 568
     private function renderNameParts($data)
Please login to merge, or discard this patch.