Completed
Push — master ( 5a7e4d...40d001 )
by Sebastian
04:05
created
src/Seboettg/CiteProc/Rendering/Group.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -173,9 +173,9 @@
 block discarded – undo
173 173
 
174 174
     /**
175 175
      * @param $textParts
176
-     * @param $variables
177
-     * @param $haveVariables
178
-     * @param $terms
176
+     * @param integer $variables
177
+     * @param integer $haveVariables
178
+     * @param integer $terms
179 179
      * @return string
180 180
      */
181 181
     protected function formatting($textParts, $variables, $haveVariables, $terms)
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.