Test Failed
Branch master (75d03b)
by Jens A.
20:50
created
framework/Koch/Form/Form.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -393,8 +393,8 @@
 block discarded – undo
393 393
     /**
394 394
      * Setter method for Attribute
395 395
      *
396
-     * @param array $attribute attribute name
397
-     * @param array $value     value
396
+     * @param string $attribute attribute name
397
+     * @param null|boolean $value     value
398 398
      */
399 399
     public function setAttribute($attribute, $value)
400 400
     {
Please login to merge, or discard this patch.
framework/Koch/View/Renderer/Smarty.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -322,7 +322,7 @@
 block discarded – undo
322 322
      * @param  mixed         $compile_id compile id to be used with this template
323 323
      * @param  object        $parent     next higher level of Smarty variables
324 324
      * @param  boolean       $display    Renders the template content on true.
325
-     * @return null|string   the $template content.
325
+     * @return string   the $template content.
326 326
      */
327 327
     public function fetch($template, $cache_id = null, $compile_id = null, $parent = null, $display = false)
328 328
     {
Please login to merge, or discard this patch.