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 = []) {