Completed
Branch test (c33e7a)
by Jonathan
01:49
created
src/Renderer/RichRenderer.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -155,6 +155,9 @@  discard block
 block discarded – undo
155 155
         return '<dl>'.$header.$children.'</dl>';
156 156
     }
157 157
 
158
+    /**
159
+     * @param boolean $has_children
160
+     */
158 161
     public function renderHeaderWrapper(BasicObject $o, $has_children, $contents)
159 162
     {
160 163
         $out = '<dt';
@@ -281,6 +284,9 @@  discard block
 block discarded – undo
281 284
         return $output.'</dd>';
282 285
     }
283 286
 
287
+    /**
288
+     * @return string
289
+     */
284 290
     protected function renderTab(BasicObject $o, Representation $rep)
285 291
     {
286 292
         if ($plugin = $this->getPlugin(self::$tab_plugins, $rep->hints)) {
Please login to merge, or discard this patch.