mirror of
https://github.com/flarum/core.git
synced 2025-10-12 15:34:26 +02:00
Applied fixes from StyleCI
This commit is contained in:
@@ -60,7 +60,7 @@ class Client
|
||||
|
||||
if (! ($controller instanceof ControllerInterface)) {
|
||||
throw new InvalidArgumentException('Endpoint must be an instance of '
|
||||
. ControllerInterface::class);
|
||||
.ControllerInterface::class);
|
||||
}
|
||||
|
||||
try {
|
||||
|
Reference in New Issue
Block a user