Completed
Push — master ( 4bb242...5db1f9 )
by Song
04:41
created
src/Widgets/Form.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -117,7 +117,7 @@
 block discarded – undo
117 117
      * Find field class with given name.
118 118
      *
119 119
      * @param string $method
120
-     * @return bool|string
120
+     * @return string|false
121 121
      */
122 122
     public static function findFieldClass($method)
123 123
     {
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -140,7 +140,7 @@
 block discarded – undo
140 140
      * @param Field $field
141 141
      * @return $this
142 142
      */
143
-    protected function pushField(Field &$field)
143
+    protected function pushField(Field & $field)
144 144
     {
145 145
         array_push($this->fields, $field);
146 146
 
Please login to merge, or discard this patch.