From b4cf197cc64beadfa1f2851cad3fe4bfa7aa5b7f Mon Sep 17 00:00:00 2001 From: Franz Liedke Date: Fri, 26 Feb 2016 12:20:37 +0900 Subject: [PATCH] Improve alignment of string --- src/Api/Client.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Api/Client.php b/src/Api/Client.php index c4ea6f965..2c5538adb 100644 --- a/src/Api/Client.php +++ b/src/Api/Client.php @@ -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 {