diff --git a/publish/trigger.php b/publish/trigger.php index 3d3289b..085c570 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.x/README.md + * @document https://github.com/friendsofhyperf/components/blob/3.0/README.md * @contact huangdijia@gmail.com */ use function Hyperf\Support\env; diff --git a/src/Annotation/Subscriber.php b/src/Annotation/Subscriber.php index 24757c2..e9f84b4 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.x/README.md + * @document https://github.com/friendsofhyperf/components/blob/3.0/README.md * @contact huangdijia@gmail.com */ namespace FriendsOfHyperf\Trigger\Annotation; diff --git a/src/Annotation/Trigger.php b/src/Annotation/Trigger.php index 959e0bc..c298655 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.x/README.md + * @document https://github.com/friendsofhyperf/components/blob/3.0/README.md * @contact huangdijia@gmail.com */ namespace FriendsOfHyperf\Trigger\Annotation; diff --git a/src/Aspect/BinaryDataReaderAspect.php b/src/Aspect/BinaryDataReaderAspect.php index b93f75c..a567ea3 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.x/README.md + * @document https://github.com/friendsofhyperf/components/blob/3.0/README.md * @contact huangdijia@gmail.com */ namespace FriendsOfHyperf\Trigger\Aspect; diff --git a/src/Command/ConsumeCommand.php b/src/Command/ConsumeCommand.php index 281a6aa..e1adfd6 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.x/README.md + * @document https://github.com/friendsofhyperf/components/blob/3.0/README.md * @contact huangdijia@gmail.com */ namespace FriendsOfHyperf\Trigger\Command; diff --git a/src/Command/SubscribersCommand.php b/src/Command/SubscribersCommand.php index c3c4150..6073ea0 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.x/README.md + * @document https://github.com/friendsofhyperf/components/blob/3.0/README.md * @contact huangdijia@gmail.com */ namespace FriendsOfHyperf\Trigger\Command; diff --git a/src/Command/TriggersCommand.php b/src/Command/TriggersCommand.php index 845e416..2ff5a1e 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.x/README.md + * @document https://github.com/friendsofhyperf/components/blob/3.0/README.md * @contact huangdijia@gmail.com */ namespace FriendsOfHyperf\Trigger\Command; diff --git a/src/ConfigProvider.php b/src/ConfigProvider.php index 74a4fca..c6cdee5 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/3.0/README.md * @contact huangdijia@gmail.com */ namespace FriendsOfHyperf\Trigger; diff --git a/src/Consumer.php b/src/Consumer.php index e74d414..0c55072 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.x/README.md + * @document https://github.com/friendsofhyperf/components/blob/3.0/README.md * @contact huangdijia@gmail.com */ namespace FriendsOfHyperf\Trigger; diff --git a/src/ConsumerManager.php b/src/ConsumerManager.php index f426f26..83a6737 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.x/README.md + * @document https://github.com/friendsofhyperf/components/blob/3.0/README.md * @contact huangdijia@gmail.com */ namespace FriendsOfHyperf\Trigger; diff --git a/src/Contact/TriggerInterface.php b/src/Contact/TriggerInterface.php index b5e871b..667270b 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.x/README.md + * @document https://github.com/friendsofhyperf/components/blob/3.0/README.md * @contact huangdijia@gmail.com */ namespace FriendsOfHyperf\Trigger\Contact; diff --git a/src/Event/OnReplicationStop.php b/src/Event/OnReplicationStop.php index fc361da..3902e0f 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.x/README.md + * @document https://github.com/friendsofhyperf/components/blob/3.0/README.md * @contact huangdijia@gmail.com */ namespace FriendsOfHyperf\Trigger\Event; diff --git a/src/EventDispatcher.php b/src/EventDispatcher.php index 048bffa..4d59123 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.x/README.md + * @document https://github.com/friendsofhyperf/components/blob/3.0/README.md * @contact huangdijia@gmail.com */ namespace FriendsOfHyperf\Trigger; diff --git a/src/Listener/OnBootApplicationListener.php b/src/Listener/OnBootApplicationListener.php index 84c5836..8a7bfb5 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.x/README.md + * @document https://github.com/friendsofhyperf/components/blob/3.0/README.md * @contact huangdijia@gmail.com */ namespace FriendsOfHyperf\Trigger\Listener; diff --git a/src/Monitor/HealthMonitor.php b/src/Monitor/HealthMonitor.php index 128fdca..34feaa5 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.x/README.md + * @document https://github.com/friendsofhyperf/components/blob/3.0/README.md * @contact huangdijia@gmail.com */ namespace FriendsOfHyperf\Trigger\Monitor; diff --git a/src/Mutex/RedisServerMutex.php b/src/Mutex/RedisServerMutex.php index 02ca42d..9f286f4 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.x/README.md + * @document https://github.com/friendsofhyperf/components/blob/3.0/README.md * @contact huangdijia@gmail.com */ namespace FriendsOfHyperf\Trigger\Mutex; diff --git a/src/Mutex/ServerMutexInterface.php b/src/Mutex/ServerMutexInterface.php index eddfbb7..0854840 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.x/README.md + * @document https://github.com/friendsofhyperf/components/blob/3.0/README.md * @contact huangdijia@gmail.com */ namespace FriendsOfHyperf\Trigger\Mutex; diff --git a/src/Snapshot/BinLogCurrentSnapshotInterface.php b/src/Snapshot/BinLogCurrentSnapshotInterface.php index 0464362..88662ba 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.x/README.md + * @document https://github.com/friendsofhyperf/components/blob/3.0/README.md * @contact huangdijia@gmail.com */ namespace FriendsOfHyperf\Trigger\Snapshot; diff --git a/src/Snapshot/RedisBinLogCurrentSnapshot.php b/src/Snapshot/RedisBinLogCurrentSnapshot.php index e9e56f1..4e1b14e 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.x/README.md + * @document https://github.com/friendsofhyperf/components/blob/3.0/README.md * @contact huangdijia@gmail.com */ namespace FriendsOfHyperf\Trigger\Snapshot; diff --git a/src/Subscriber/AbstractSubscriber.php b/src/Subscriber/AbstractSubscriber.php index 7427679..f061087 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.x/README.md + * @document https://github.com/friendsofhyperf/components/blob/3.0/README.md * @contact huangdijia@gmail.com */ namespace FriendsOfHyperf\Trigger\Subscriber; diff --git a/src/Subscriber/SnapshotSubscriber.php b/src/Subscriber/SnapshotSubscriber.php index f11bc19..0606ef6 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.x/README.md + * @document https://github.com/friendsofhyperf/components/blob/3.0/README.md * @contact huangdijia@gmail.com */ namespace FriendsOfHyperf\Trigger\Subscriber; diff --git a/src/Subscriber/TriggerSubscriber.php b/src/Subscriber/TriggerSubscriber.php index aadaae4..9bf168a 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.x/README.md + * @document https://github.com/friendsofhyperf/components/blob/3.0/README.md * @contact huangdijia@gmail.com */ namespace FriendsOfHyperf\Trigger\Subscriber; diff --git a/src/SubscriberManager.php b/src/SubscriberManager.php index 17ec49c..229f957 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.x/README.md + * @document https://github.com/friendsofhyperf/components/blob/3.0/README.md * @contact huangdijia@gmail.com */ namespace FriendsOfHyperf\Trigger; diff --git a/src/Traits/Logger.php b/src/Traits/Logger.php index 4c66259..7204ff8 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.x/README.md + * @document https://github.com/friendsofhyperf/components/blob/3.0/README.md * @contact huangdijia@gmail.com */ namespace FriendsOfHyperf\Trigger\Traits; diff --git a/src/Trigger/AbstractTrigger.php b/src/Trigger/AbstractTrigger.php index 2d75712..07667b3 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.x/README.md + * @document https://github.com/friendsofhyperf/components/blob/3.0/README.md * @contact huangdijia@gmail.com */ namespace FriendsOfHyperf\Trigger\Trigger; diff --git a/src/TriggerManager.php b/src/TriggerManager.php index bbd21f2..7eb920d 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.x/README.md + * @document https://github.com/friendsofhyperf/components/blob/3.0/README.md * @contact huangdijia@gmail.com */ namespace FriendsOfHyperf\Trigger; diff --git a/src/Util.php b/src/Util.php index f26d8c4..d8f18f1 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.x/README.md + * @document https://github.com/friendsofhyperf/components/blob/3.0/README.md * @contact huangdijia@gmail.com */ namespace FriendsOfHyperf\Trigger;