From 22d9f80bdb216833b64cf90e517ff237c5d9cc8c Mon Sep 17 00:00:00 2001 From: huangdijia Date: Sun, 27 Aug 2023 13:00:12 +0800 Subject: [PATCH] Cs Fix --- publish/trigger.php | 2 +- src/Annotation/Subscriber.php | 2 +- src/Annotation/Trigger.php | 2 +- src/Aspect/BinaryDataReaderAspect.php | 2 +- src/Command/ConsumeCommand.php | 2 +- src/Command/SubscribersCommand.php | 2 +- src/Command/TriggersCommand.php | 2 +- src/ConfigProvider.php | 2 +- src/Consumer.php | 2 +- src/ConsumerManager.php | 2 +- src/Contact/TriggerInterface.php | 2 +- src/Event/OnReplicationStop.php | 2 +- src/EventDispatcher.php | 2 +- src/Listener/OnBootApplicationListener.php | 2 +- src/Monitor/HealthMonitor.php | 2 +- src/Mutex/RedisServerMutex.php | 2 +- src/Mutex/ServerMutexInterface.php | 2 +- src/Snapshot/BinLogCurrentSnapshotInterface.php | 2 +- src/Snapshot/RedisBinLogCurrentSnapshot.php | 2 +- src/Subscriber/AbstractSubscriber.php | 2 +- src/Subscriber/SnapshotSubscriber.php | 2 +- src/Subscriber/TriggerSubscriber.php | 2 +- src/SubscriberManager.php | 2 +- src/Traits/Logger.php | 2 +- src/Trigger/AbstractTrigger.php | 2 +- src/TriggerManager.php | 2 +- src/Util.php | 2 +- 27 files changed, 27 insertions(+), 27 deletions(-) diff --git a/publish/trigger.php b/publish/trigger.php index 085c570..b12baba 100644 --- a/publish/trigger.php +++ b/publish/trigger.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.0/README.md + * @document https://github.com/friendsofhyperf/components/blob/main/README.md * @contact huangdijia@gmail.com */ use function Hyperf\Support\env; diff --git a/src/Annotation/Subscriber.php b/src/Annotation/Subscriber.php index 9a863ed..1f686f9 100644 --- a/src/Annotation/Subscriber.php +++ b/src/Annotation/Subscriber.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.0/README.md + * @document https://github.com/friendsofhyperf/components/blob/main/README.md * @contact huangdijia@gmail.com */ diff --git a/src/Annotation/Trigger.php b/src/Annotation/Trigger.php index 540f0a8..ca491d1 100644 --- a/src/Annotation/Trigger.php +++ b/src/Annotation/Trigger.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.0/README.md + * @document https://github.com/friendsofhyperf/components/blob/main/README.md * @contact huangdijia@gmail.com */ diff --git a/src/Aspect/BinaryDataReaderAspect.php b/src/Aspect/BinaryDataReaderAspect.php index 608615f..242476c 100644 --- a/src/Aspect/BinaryDataReaderAspect.php +++ b/src/Aspect/BinaryDataReaderAspect.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.0/README.md + * @document https://github.com/friendsofhyperf/components/blob/main/README.md * @contact huangdijia@gmail.com */ diff --git a/src/Command/ConsumeCommand.php b/src/Command/ConsumeCommand.php index aa4cf5c..fbb8720 100644 --- a/src/Command/ConsumeCommand.php +++ b/src/Command/ConsumeCommand.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.0/README.md + * @document https://github.com/friendsofhyperf/components/blob/main/README.md * @contact huangdijia@gmail.com */ diff --git a/src/Command/SubscribersCommand.php b/src/Command/SubscribersCommand.php index c4cb991..20a09e4 100644 --- a/src/Command/SubscribersCommand.php +++ b/src/Command/SubscribersCommand.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.0/README.md + * @document https://github.com/friendsofhyperf/components/blob/main/README.md * @contact huangdijia@gmail.com */ diff --git a/src/Command/TriggersCommand.php b/src/Command/TriggersCommand.php index fcd10cb..748c32f 100644 --- a/src/Command/TriggersCommand.php +++ b/src/Command/TriggersCommand.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.0/README.md + * @document https://github.com/friendsofhyperf/components/blob/main/README.md * @contact huangdijia@gmail.com */ diff --git a/src/ConfigProvider.php b/src/ConfigProvider.php index dba7dec..13740be 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.0/README.md + * @document https://github.com/friendsofhyperf/components/blob/main/README.md * @contact huangdijia@gmail.com */ diff --git a/src/Consumer.php b/src/Consumer.php index 84a6608..d2d8cba 100644 --- a/src/Consumer.php +++ b/src/Consumer.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.0/README.md + * @document https://github.com/friendsofhyperf/components/blob/main/README.md * @contact huangdijia@gmail.com */ diff --git a/src/ConsumerManager.php b/src/ConsumerManager.php index eabb3cc..e61956a 100644 --- a/src/ConsumerManager.php +++ b/src/ConsumerManager.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.0/README.md + * @document https://github.com/friendsofhyperf/components/blob/main/README.md * @contact huangdijia@gmail.com */ diff --git a/src/Contact/TriggerInterface.php b/src/Contact/TriggerInterface.php index 1c7af67..ccb794d 100644 --- a/src/Contact/TriggerInterface.php +++ b/src/Contact/TriggerInterface.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.0/README.md + * @document https://github.com/friendsofhyperf/components/blob/main/README.md * @contact huangdijia@gmail.com */ diff --git a/src/Event/OnReplicationStop.php b/src/Event/OnReplicationStop.php index c41fbac..2897812 100644 --- a/src/Event/OnReplicationStop.php +++ b/src/Event/OnReplicationStop.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.0/README.md + * @document https://github.com/friendsofhyperf/components/blob/main/README.md * @contact huangdijia@gmail.com */ diff --git a/src/EventDispatcher.php b/src/EventDispatcher.php index 20bab93..4f68316 100644 --- a/src/EventDispatcher.php +++ b/src/EventDispatcher.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.0/README.md + * @document https://github.com/friendsofhyperf/components/blob/main/README.md * @contact huangdijia@gmail.com */ diff --git a/src/Listener/OnBootApplicationListener.php b/src/Listener/OnBootApplicationListener.php index 51b5a63..175f2ac 100644 --- a/src/Listener/OnBootApplicationListener.php +++ b/src/Listener/OnBootApplicationListener.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.0/README.md + * @document https://github.com/friendsofhyperf/components/blob/main/README.md * @contact huangdijia@gmail.com */ diff --git a/src/Monitor/HealthMonitor.php b/src/Monitor/HealthMonitor.php index 02d5c97..c9b2f21 100644 --- a/src/Monitor/HealthMonitor.php +++ b/src/Monitor/HealthMonitor.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.0/README.md + * @document https://github.com/friendsofhyperf/components/blob/main/README.md * @contact huangdijia@gmail.com */ diff --git a/src/Mutex/RedisServerMutex.php b/src/Mutex/RedisServerMutex.php index b270da4..a9a6ae4 100644 --- a/src/Mutex/RedisServerMutex.php +++ b/src/Mutex/RedisServerMutex.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.0/README.md + * @document https://github.com/friendsofhyperf/components/blob/main/README.md * @contact huangdijia@gmail.com */ diff --git a/src/Mutex/ServerMutexInterface.php b/src/Mutex/ServerMutexInterface.php index b9981cb..678c293 100644 --- a/src/Mutex/ServerMutexInterface.php +++ b/src/Mutex/ServerMutexInterface.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.0/README.md + * @document https://github.com/friendsofhyperf/components/blob/main/README.md * @contact huangdijia@gmail.com */ diff --git a/src/Snapshot/BinLogCurrentSnapshotInterface.php b/src/Snapshot/BinLogCurrentSnapshotInterface.php index 695dba0..7322204 100644 --- a/src/Snapshot/BinLogCurrentSnapshotInterface.php +++ b/src/Snapshot/BinLogCurrentSnapshotInterface.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.0/README.md + * @document https://github.com/friendsofhyperf/components/blob/main/README.md * @contact huangdijia@gmail.com */ diff --git a/src/Snapshot/RedisBinLogCurrentSnapshot.php b/src/Snapshot/RedisBinLogCurrentSnapshot.php index 73436e1..d85782e 100644 --- a/src/Snapshot/RedisBinLogCurrentSnapshot.php +++ b/src/Snapshot/RedisBinLogCurrentSnapshot.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.0/README.md + * @document https://github.com/friendsofhyperf/components/blob/main/README.md * @contact huangdijia@gmail.com */ diff --git a/src/Subscriber/AbstractSubscriber.php b/src/Subscriber/AbstractSubscriber.php index a511e8d..df2001e 100644 --- a/src/Subscriber/AbstractSubscriber.php +++ b/src/Subscriber/AbstractSubscriber.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.0/README.md + * @document https://github.com/friendsofhyperf/components/blob/main/README.md * @contact huangdijia@gmail.com */ diff --git a/src/Subscriber/SnapshotSubscriber.php b/src/Subscriber/SnapshotSubscriber.php index ed8db40..7ee1fe4 100644 --- a/src/Subscriber/SnapshotSubscriber.php +++ b/src/Subscriber/SnapshotSubscriber.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.0/README.md + * @document https://github.com/friendsofhyperf/components/blob/main/README.md * @contact huangdijia@gmail.com */ diff --git a/src/Subscriber/TriggerSubscriber.php b/src/Subscriber/TriggerSubscriber.php index f725e01..714dbcf 100644 --- a/src/Subscriber/TriggerSubscriber.php +++ b/src/Subscriber/TriggerSubscriber.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.0/README.md + * @document https://github.com/friendsofhyperf/components/blob/main/README.md * @contact huangdijia@gmail.com */ diff --git a/src/SubscriberManager.php b/src/SubscriberManager.php index b076a67..5126e08 100644 --- a/src/SubscriberManager.php +++ b/src/SubscriberManager.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.0/README.md + * @document https://github.com/friendsofhyperf/components/blob/main/README.md * @contact huangdijia@gmail.com */ diff --git a/src/Traits/Logger.php b/src/Traits/Logger.php index 853670c..f96ed60 100644 --- a/src/Traits/Logger.php +++ b/src/Traits/Logger.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.0/README.md + * @document https://github.com/friendsofhyperf/components/blob/main/README.md * @contact huangdijia@gmail.com */ diff --git a/src/Trigger/AbstractTrigger.php b/src/Trigger/AbstractTrigger.php index f8390fb..16036eb 100644 --- a/src/Trigger/AbstractTrigger.php +++ b/src/Trigger/AbstractTrigger.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.0/README.md + * @document https://github.com/friendsofhyperf/components/blob/main/README.md * @contact huangdijia@gmail.com */ diff --git a/src/TriggerManager.php b/src/TriggerManager.php index f385503..17576c9 100644 --- a/src/TriggerManager.php +++ b/src/TriggerManager.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.0/README.md + * @document https://github.com/friendsofhyperf/components/blob/main/README.md * @contact huangdijia@gmail.com */ diff --git a/src/Util.php b/src/Util.php index 0512db1..3d24a60 100644 --- a/src/Util.php +++ b/src/Util.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.0/README.md + * @document https://github.com/friendsofhyperf/components/blob/main/README.md * @contact huangdijia@gmail.com */