Completed
Pull Request — master (#167)
by
unknown
29:50 queued 26:02
created
Controller/SettingsManagerController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -74,7 +74,7 @@
 block discarded – undo
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'])) {
Please login to merge, or discard this patch.
Settings/General/SettingsManager.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -162,7 +162,7 @@
 block discarded – undo
162 162
      *
163 163
      * @throws \UnexpectedValueException
164 164
      *
165
-     * @return Setting
165
+     * @return \ReflectionClass
166 166
      */
167 167
     public function getById($id)
168 168
     {
Please login to merge, or discard this patch.