Completed
Push — 1.x ( 9c8fd3...8c441f )
by Asao
02:24
created
src/Forms.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -90,7 +90,7 @@
 block discarded – undo
90 90
 
91 91
     /**
92 92
      * @param Tag $form
93
-     * @return mixed
93
+     * @return Tag
94 94
      */
95 95
     private function setClass($form)
96 96
     {
Please login to merge, or discard this patch.
src/Tags/Composite.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@  discard block
 block discarded – undo
52 52
     }
53 53
 
54 54
     /**
55
-     * @param $name
55
+     * @param string $name
56 56
      * @return $this
57 57
      */
58 58
     private function name($name)
@@ -64,7 +64,7 @@  discard block
 block discarded – undo
64 64
     }
65 65
 
66 66
     /**
67
-     * @param string|Closure $format
67
+     * @param string $format
68 68
      * @return $this
69 69
      */
70 70
     public function format($format)
Please login to merge, or discard this patch.