From 8df01e653a48d5f7924cdc4553cfd556181ab7ed Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Thu, 3 Oct 2019 16:25:49 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/Bridge/Client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Bridge/Client.php b/src/Bridge/Client.php index ac9a9b31a..9f7fd02fa 100644 --- a/src/Bridge/Client.php +++ b/src/Bridge/Client.php @@ -11,7 +11,7 @@ class Client implements ClientEntityInterface /** * The client identifier. - * + * * @var string */ protected $identifier;