mirror of
https://github.com/flarum/framework.git
synced 2024-11-24 18:05:08 +08:00
Improve alignment of string
This commit is contained in:
parent
102db3c913
commit
b4cf197cc6
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue
Block a user