mirror of
https://github.com/flarum/core.git
synced 2025-10-14 00:15:51 +02:00
Applied fixes from StyleCI
This commit is contained in:
@@ -44,7 +44,7 @@ class GroupSerializer extends AbstractSerializer
|
||||
{
|
||||
if (! ($group instanceof Group)) {
|
||||
throw new InvalidArgumentException(get_class($this)
|
||||
. ' can only serialize instances of ' . Group::class);
|
||||
.' can only serialize instances of '.Group::class);
|
||||
}
|
||||
|
||||
return [
|
||||
|
Reference in New Issue
Block a user