mirror of
https://github.com/flarum/core.git
synced 2025-10-13 16:05:05 +02:00
More indentation cleanup
This commit is contained in:
@@ -43,8 +43,9 @@ class GroupSerializer extends AbstractSerializer
|
||||
protected function getDefaultAttributes($group)
|
||||
{
|
||||
if (! ($group instanceof Group)) {
|
||||
throw new InvalidArgumentException(get_class($this)
|
||||
.' can only serialize instances of '.Group::class);
|
||||
throw new InvalidArgumentException(
|
||||
get_class($this).' can only serialize instances of '.Group::class
|
||||
);
|
||||
}
|
||||
|
||||
return [
|
||||
|
Reference in New Issue
Block a user