From 74cbf0ac73f583c8db72b446f13d60de267734a9 Mon Sep 17 00:00:00 2001 From: Connor Tumbleson Date: Wed, 2 Sep 2020 07:29:57 -0400 Subject: [PATCH] style: correct NBSP for regular spaces --- src/Passport.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Passport.php b/src/Passport.php index 6113e2923..f3c49fdc9 100644 --- a/src/Passport.php +++ b/src/Passport.php @@ -409,11 +409,11 @@ public static function actingAs($user, $scopes = [], $guard = 'api') } /** - * Set the current client for the application with the given scopes. + * Set the current client for the application with the given scopes. * - * @param  \Laravel\Passport\Client  $client - * @param  array  $scopes - * @return \Laravel\Passport\Client + * @param \Laravel\Passport\Client $client + * @param array $scopes + * @return \Laravel\Passport\Client */ public static function actingAsClient($client, $scopes = []) {