1
0
mirror of https://github.com/flarum/core.git synced 2025-02-24 11:13:40 +01:00

Apply fixes from StyleCI (#1574)

[ci skip] [skip ci]
This commit is contained in:
Toby Zerner 2018-09-21 14:28:02 +09:30 committed by GitHub
parent 64686ef7a9
commit 550d35e86f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,6 @@
namespace Flarum\Api;
use Exception;
use Flarum\Foundation\Application;
use Flarum\User\User;
use Illuminate\Contracts\Container\Container;
use InvalidArgumentException;
@ -83,7 +82,7 @@ class Client
* @param ErrorHandler $errorHandler
* @return Client
*/
public function setErrorHandler(?ErrorHandler $errorHandler): Client
public function setErrorHandler(?ErrorHandler $errorHandler): self
{
$this->errorHandler = $errorHandler;