mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-06 22:21:42 +00:00
Various PSR12 code cleanup
This commit is contained in:
@@ -118,7 +118,7 @@ class UpdateGroupInformation extends Command
|
||||
{
|
||||
try {
|
||||
$result = $className::where('user_id', $user->id)->where('user_group_id', null)->update(['user_group_id' => $group->id]);
|
||||
} catch(QueryException $e) {
|
||||
} catch (QueryException $e) {
|
||||
$this->error(sprintf('Could not update group information for "%s" because of error "%s"', $className, $e->getMessage()));
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user