Test Failed
Push — master ( 39b140...ee05ce )
by Sebastian
09:47
created
src/Seboettg/CiteProc/Rendering/Name/Name.php 1 patch
Doc Comments   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -110,6 +110,9 @@  discard block
 block discarded – undo
110 110
         $this->initDelimiterAttributes($node);
111 111
     }
112 112
 
113
+    /**
114
+     * @param integer $citationNumber
115
+     */
113 116
     public function render($data, $citationNumber = null)
114 117
     {
115 118
         $lastName = null;
@@ -226,7 +229,7 @@  discard block
 block discarded – undo
226 229
     }
227 230
 
228 231
     /**
229
-     * @param $name
232
+     * @param \stdClass $name
230 233
      * @return string
231 234
      */
232 235
     private function getNamesString($name, $rank)
@@ -344,7 +347,7 @@  discard block
 block discarded – undo
344 347
     }
345 348
 
346 349
     /**
347
-     * @param $text
350
+     * @param string $text
348 351
      * @param $etAl
349 352
      * @param $resultNames
350 353
      * @return string
Please login to merge, or discard this patch.