From f51ed94b77fd3d957e8f197308c3cc3cd09daa79 Mon Sep 17 00:00:00 2001 From: freek Date: Mon, 26 Nov 2018 08:55:38 +0100 Subject: [PATCH] nitpick --- src/Exceptions/InvalidClient.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Exceptions/InvalidClient.php b/src/Exceptions/InvalidClient.php index d81260d..092acd6 100644 --- a/src/Exceptions/InvalidClient.php +++ b/src/Exceptions/InvalidClient.php @@ -19,6 +19,6 @@ class InvalidClient extends Exception public static function valueIsRequired($name, int $appId) { - return new static("{$name} is required but was empty for app id {$appId}"); + return new static("{$name} is required but was empty for app id `{$appId}`."); } } \ No newline at end of file