@@ -117,7 +117,7 @@ |
||
| 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 | { |
@@ -140,7 +140,7 @@ |
||
| 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 | |