@@ -148,8 +148,8 @@ |
||
| 148 | 148 | /** |
| 149 | 149 | * Get the column name with $namingScheme or default naming scheme |
| 150 | 150 | * |
| 151 | - * @param $name |
|
| 152 | - * @param null $namingScheme |
|
| 151 | + * @param string $name |
|
| 152 | + * @param string $namingScheme |
|
| 153 | 153 | * @return string |
| 154 | 154 | */ |
| 155 | 155 | public function getMethodName($name, $namingScheme = null) |
@@ -266,7 +266,7 @@ |
||
| 266 | 266 | * |
| 267 | 267 | * @param string $attribute |
| 268 | 268 | * @param mixed $value |
| 269 | - * @return bool|Error |
|
| 269 | + * @return Error |
|
| 270 | 270 | * @throws Exception |
| 271 | 271 | */ |
| 272 | 272 | public static function validate($attribute, $value) |