From 7b90c0d3b8ff50dbc268b37ebdee1d405d37e8e3 Mon Sep 17 00:00:00 2001 From: Deeka Wong <8337659+huangdijia@users.noreply.github.com> Date: Fri, 16 Jun 2023 15:18:46 +0800 Subject: [PATCH] Cs Fix --- publish/tinker.php | 2 +- src/ClassAliasAutoloader.php | 2 +- src/Command/TinkerCommand.php | 2 +- src/ConfigProvider.php | 2 +- src/TinkerCaster.php | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/publish/tinker.php b/publish/tinker.php index 06212cf..2e98408 100644 --- a/publish/tinker.php +++ b/publish/tinker.php @@ -5,7 +5,7 @@ * This file is part of friendsofhyperf/components. * * @link https://github.com/friendsofhyperf/components - * @document https://github.com/friendsofhyperf/components/blob/3.x/README.md + * @document https://github.com/friendsofhyperf/components/blob/main/README.md * @contact huangdijia@gmail.com */ return [ diff --git a/src/ClassAliasAutoloader.php b/src/ClassAliasAutoloader.php index b069afc..f134140 100644 --- a/src/ClassAliasAutoloader.php +++ b/src/ClassAliasAutoloader.php @@ -5,7 +5,7 @@ * This file is part of friendsofhyperf/components. * * @link https://github.com/friendsofhyperf/components - * @document https://github.com/friendsofhyperf/components/blob/3.x/README.md + * @document https://github.com/friendsofhyperf/components/blob/main/README.md * @contact huangdijia@gmail.com */ namespace FriendsOfHyperf\Tinker; diff --git a/src/Command/TinkerCommand.php b/src/Command/TinkerCommand.php index f2fbb5b..dfdb651 100644 --- a/src/Command/TinkerCommand.php +++ b/src/Command/TinkerCommand.php @@ -5,7 +5,7 @@ * This file is part of friendsofhyperf/components. * * @link https://github.com/friendsofhyperf/components - * @document https://github.com/friendsofhyperf/components/blob/3.x/README.md + * @document https://github.com/friendsofhyperf/components/blob/main/README.md * @contact huangdijia@gmail.com */ namespace FriendsOfHyperf\Tinker\Command; diff --git a/src/ConfigProvider.php b/src/ConfigProvider.php index 23bd601..cb6910b 100644 --- a/src/ConfigProvider.php +++ b/src/ConfigProvider.php @@ -5,7 +5,7 @@ * This file is part of friendsofhyperf/components. * * @link https://github.com/friendsofhyperf/components - * @document https://github.com/friendsofhyperf/components/blob/3.x/README.md + * @document https://github.com/friendsofhyperf/components/blob/main/README.md * @contact huangdijia@gmail.com */ namespace FriendsOfHyperf\Tinker; diff --git a/src/TinkerCaster.php b/src/TinkerCaster.php index 83a291e..05b3367 100644 --- a/src/TinkerCaster.php +++ b/src/TinkerCaster.php @@ -5,7 +5,7 @@ * This file is part of friendsofhyperf/components. * * @link https://github.com/friendsofhyperf/components - * @document https://github.com/friendsofhyperf/components/blob/3.x/README.md + * @document https://github.com/friendsofhyperf/components/blob/main/README.md * @contact huangdijia@gmail.com */ namespace FriendsOfHyperf\Tinker;