@@ -74,7 +74,7 @@ |
||
| 74 | 74 | $manager->set($name, $value, $profile); |
| 75 | 75 | } |
| 76 | 76 | } catch (\Exception $e) { |
| 77 | - $response['error'] = 'Insertion failed: '.$e->getMessage(); |
|
| 77 | + $response['error'] = 'Insertion failed: ' . $e->getMessage(); |
|
| 78 | 78 | $response['code'] = 406; |
| 79 | 79 | } |
| 80 | 80 | if (!isset($response['code'])) { |
@@ -162,7 +162,7 @@ |
||
| 162 | 162 | * |
| 163 | 163 | * @throws \UnexpectedValueException |
| 164 | 164 | * |
| 165 | - * @return Setting |
|
| 165 | + * @return \ReflectionClass |
|
| 166 | 166 | */ |
| 167 | 167 | public function getById($id) |
| 168 | 168 | { |