From 387ef7e179e2d25849ea54af439e1dbf7a70c271 Mon Sep 17 00:00:00 2001 From: denpamusic Date: Sat, 25 Aug 2018 21:07:36 +0300 Subject: [PATCH] Make styleci happy again. --- src/Exceptions/ClientException.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Exceptions/ClientException.php b/src/Exceptions/ClientException.php index 97ff7ba..d4c711d 100644 --- a/src/Exceptions/ClientException.php +++ b/src/Exceptions/ClientException.php @@ -4,4 +4,6 @@ use RuntimeException; -class ClientException extends RuntimeException {} +class ClientException extends RuntimeException +{ +}