mirror of
https://github.com/flarum/core.git
synced 2025-07-23 01:31:40 +02:00
Improve alignment of string
This commit is contained in:
@@ -59,8 +59,9 @@ class Client
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (! ($controller instanceof ControllerInterface)) {
|
if (! ($controller instanceof ControllerInterface)) {
|
||||||
throw new InvalidArgumentException('Endpoint must be an instance of '
|
throw new InvalidArgumentException(
|
||||||
.ControllerInterface::class);
|
'Endpoint must be an instance of '.ControllerInterface::class
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
Reference in New Issue
Block a user