1
0
mirror of https://github.com/flarum/core.git synced 2025-07-21 16:51:34 +02:00

Improve alignment of string

This commit is contained in:
Franz Liedke
2016-02-26 12:20:37 +09:00
parent 49ea5d7923
commit bc95ab8ae1

View File

@@ -59,8 +59,9 @@ class Client
}
if (! ($controller instanceof ControllerInterface)) {
throw new InvalidArgumentException('Endpoint must be an instance of '
.ControllerInterface::class);
throw new InvalidArgumentException(
'Endpoint must be an instance of '.ControllerInterface::class
);
}
try {