From e1e4c3087b6630d21fd92716aa4aaa562a7ea63b Mon Sep 17 00:00:00 2001 From: justmd5 Date: Mon, 14 Mar 2022 02:20:40 +0000 Subject: [PATCH] Apply fixes from StyleCI [ci skip] [skip ci] --- src/PinDuoDuo.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/PinDuoDuo.php b/src/PinDuoDuo.php index 7b13387..8f2f1f0 100644 --- a/src/PinDuoDuo.php +++ b/src/PinDuoDuo.php @@ -15,11 +15,11 @@ /** * Class PinDuoDuo. * - * @property Api $api - * @property Api $auth_api + * @property Api $api + * @property Api $auth_api * @property AccessToken $access_token - * @property PreAuth $pre_auth - * @property Oauth $oauth + * @property PreAuth $pre_auth + * @property Oauth $oauth */ class PinDuoDuo extends Foundation {