@@ -89,7 +89,7 @@ |
||
| 89 | 89 | * Set configuration value for a specific key. |
| 90 | 90 | * |
| 91 | 91 | * @param string $key |
| 92 | - * @param mixed $value |
|
| 92 | + * @param boolean $value |
|
| 93 | 93 | * |
| 94 | 94 | * @return void |
| 95 | 95 | */ |
@@ -29,7 +29,7 @@ |
||
| 29 | 29 | /** |
| 30 | 30 | * Model accessor. |
| 31 | 31 | * |
| 32 | - * @return Illuminate\Database\Eloquent\Model |
|
| 32 | + * @return Model |
|
| 33 | 33 | */ |
| 34 | 34 | public function model() |
| 35 | 35 | { |