Completed
Push — master ( 2215f1...5e5616 )
by Song
02:44
created
src/Widgets/ContainsForms.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
     /**
13 13
      * @param array $forms
14 14
      * @param null $active
15
-     * @return mixed
15
+     * @return ContainsForms
16 16
      */
17 17
     public static function forms($forms, $active = null)
18 18
     {
Please login to merge, or discard this patch.
src/Widgets/Form.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -119,7 +119,7 @@  discard block
 block discarded – undo
119 119
     /**
120 120
      * Get form title.
121 121
      *
122
-     * @return mixed
122
+     * @return string
123 123
      */
124 124
     public function title()
125 125
     {
@@ -183,7 +183,7 @@  discard block
 block discarded – undo
183 183
     /**
184 184
      * Add form attributes.
185 185
      *
186
-     * @param string|array $attr
186
+     * @param string $attr
187 187
      * @param string       $value
188 188
      *
189 189
      * @return $this
Please login to merge, or discard this patch.