1
0
mirror of https://github.com/flarum/core.git synced 2025-07-28 12:10:51 +02:00

More indentation cleanup

This commit is contained in:
Franz Liedke
2016-02-26 12:31:59 +09:00
parent 445517ee84
commit 594a2ba8cc
11 changed files with 34 additions and 22 deletions

View File

@@ -121,8 +121,9 @@ abstract class AbstractSerializer extends BaseAbstractSerializer
);
if ($relationship && ! ($relationship instanceof Relationship)) {
throw new LogicException('GetApiRelationship handler must return an instance of '
.Relationship::class);
throw new LogicException(
'GetApiRelationship handler must return an instance of '.Relationship::class
);
}
return $relationship;