Skip to content

Commit

Permalink
Cs Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
huangdijia committed Aug 15, 2023
1 parent 8211752 commit c599c04
Show file tree
Hide file tree
Showing 26 changed files with 26 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Annotation/Subscriber.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* @document https://github.com/friendsofhyperf/components/blob/3.0/README.md
* @contact [email protected]
*/

namespace FriendsOfHyperf\Trigger\Annotation;

use Attribute;
Expand Down
1 change: 1 addition & 0 deletions src/Annotation/Trigger.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* @document https://github.com/friendsofhyperf/components/blob/3.0/README.md
* @contact [email protected]
*/

namespace FriendsOfHyperf\Trigger\Annotation;

use Attribute;
Expand Down
1 change: 1 addition & 0 deletions src/Aspect/BinaryDataReaderAspect.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* @document https://github.com/friendsofhyperf/components/blob/3.0/README.md
* @contact [email protected]
*/

namespace FriendsOfHyperf\Trigger\Aspect;

use Hyperf\Di\Aop\AbstractAspect;
Expand Down
1 change: 1 addition & 0 deletions src/Command/ConsumeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* @document https://github.com/friendsofhyperf/components/blob/3.0/README.md
* @contact [email protected]
*/

namespace FriendsOfHyperf\Trigger\Command;

use FriendsOfHyperf\CommandSignals\Traits\InteractsWithSignals;
Expand Down
1 change: 1 addition & 0 deletions src/Command/SubscribersCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* @document https://github.com/friendsofhyperf/components/blob/3.0/README.md
* @contact [email protected]
*/

namespace FriendsOfHyperf\Trigger\Command;

use FriendsOfHyperf\Trigger\Annotation\Subscriber;
Expand Down
1 change: 1 addition & 0 deletions src/Command/TriggersCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* @document https://github.com/friendsofhyperf/components/blob/3.0/README.md
* @contact [email protected]
*/

namespace FriendsOfHyperf\Trigger\Command;

use FriendsOfHyperf\Trigger\Annotation\Trigger;
Expand Down
1 change: 1 addition & 0 deletions src/ConfigProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* @document https://github.com/friendsofhyperf/components/blob/3.0/README.md
* @contact [email protected]
*/

namespace FriendsOfHyperf\Trigger;

class ConfigProvider
Expand Down
1 change: 1 addition & 0 deletions src/Consumer.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* @document https://github.com/friendsofhyperf/components/blob/3.0/README.md
* @contact [email protected]
*/

namespace FriendsOfHyperf\Trigger;

use FriendsOfHyperf\Trigger\Monitor\HealthMonitor;
Expand Down
1 change: 1 addition & 0 deletions src/ConsumerManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* @document https://github.com/friendsofhyperf/components/blob/3.0/README.md
* @contact [email protected]
*/

namespace FriendsOfHyperf\Trigger;

use Hyperf\Contract\ConfigInterface;
Expand Down
1 change: 1 addition & 0 deletions src/Contact/TriggerInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* @document https://github.com/friendsofhyperf/components/blob/3.0/README.md
* @contact [email protected]
*/

namespace FriendsOfHyperf\Trigger\Contact;

interface TriggerInterface
Expand Down
1 change: 1 addition & 0 deletions src/Event/OnReplicationStop.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* @document https://github.com/friendsofhyperf/components/blob/3.0/README.md
* @contact [email protected]
*/

namespace FriendsOfHyperf\Trigger\Event;

use MySQLReplication\BinLog\BinLogCurrent;
Expand Down
1 change: 1 addition & 0 deletions src/EventDispatcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* @document https://github.com/friendsofhyperf/components/blob/3.0/README.md
* @contact [email protected]
*/

namespace FriendsOfHyperf\Trigger;

class EventDispatcher extends \Symfony\Component\EventDispatcher\EventDispatcher
Expand Down
1 change: 1 addition & 0 deletions src/Listener/OnBootApplicationListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* @document https://github.com/friendsofhyperf/components/blob/3.0/README.md
* @contact [email protected]
*/

namespace FriendsOfHyperf\Trigger\Listener;

use FriendsOfHyperf\Trigger\ConsumerManager;
Expand Down
1 change: 1 addition & 0 deletions src/Monitor/HealthMonitor.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* @document https://github.com/friendsofhyperf/components/blob/3.0/README.md
* @contact [email protected]
*/

namespace FriendsOfHyperf\Trigger\Monitor;

use FriendsOfHyperf\Trigger\Consumer;
Expand Down
1 change: 1 addition & 0 deletions src/Mutex/RedisServerMutex.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* @document https://github.com/friendsofhyperf/components/blob/3.0/README.md
* @contact [email protected]
*/

namespace FriendsOfHyperf\Trigger\Mutex;

use FriendsOfHyperf\Trigger\Traits\Logger;
Expand Down
1 change: 1 addition & 0 deletions src/Mutex/ServerMutexInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* @document https://github.com/friendsofhyperf/components/blob/3.0/README.md
* @contact [email protected]
*/

namespace FriendsOfHyperf\Trigger\Mutex;

interface ServerMutexInterface
Expand Down
1 change: 1 addition & 0 deletions src/Snapshot/BinLogCurrentSnapshotInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* @document https://github.com/friendsofhyperf/components/blob/3.0/README.md
* @contact [email protected]
*/

namespace FriendsOfHyperf\Trigger\Snapshot;

use MySQLReplication\BinLog\BinLogCurrent;
Expand Down
1 change: 1 addition & 0 deletions src/Snapshot/RedisBinLogCurrentSnapshot.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* @document https://github.com/friendsofhyperf/components/blob/3.0/README.md
* @contact [email protected]
*/

namespace FriendsOfHyperf\Trigger\Snapshot;

use FriendsOfHyperf\Trigger\Consumer;
Expand Down
1 change: 1 addition & 0 deletions src/Subscriber/AbstractSubscriber.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* @document https://github.com/friendsofhyperf/components/blob/3.0/README.md
* @contact [email protected]
*/

namespace FriendsOfHyperf\Trigger\Subscriber;

use MySQLReplication\Event\EventSubscribers;
Expand Down
1 change: 1 addition & 0 deletions src/Subscriber/SnapshotSubscriber.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* @document https://github.com/friendsofhyperf/components/blob/3.0/README.md
* @contact [email protected]
*/

namespace FriendsOfHyperf\Trigger\Subscriber;

use FriendsOfHyperf\Trigger\Consumer;
Expand Down
1 change: 1 addition & 0 deletions src/Subscriber/TriggerSubscriber.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* @document https://github.com/friendsofhyperf/components/blob/3.0/README.md
* @contact [email protected]
*/

namespace FriendsOfHyperf\Trigger\Subscriber;

use FriendsOfHyperf\Trigger\Consumer;
Expand Down
1 change: 1 addition & 0 deletions src/SubscriberManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* @document https://github.com/friendsofhyperf/components/blob/3.0/README.md
* @contact [email protected]
*/

namespace FriendsOfHyperf\Trigger;

use FriendsOfHyperf\Trigger\Annotation\Subscriber;
Expand Down
1 change: 1 addition & 0 deletions src/Traits/Logger.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* @document https://github.com/friendsofhyperf/components/blob/3.0/README.md
* @contact [email protected]
*/

namespace FriendsOfHyperf\Trigger\Traits;

use Hyperf\Context\ApplicationContext;
Expand Down
1 change: 1 addition & 0 deletions src/Trigger/AbstractTrigger.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* @document https://github.com/friendsofhyperf/components/blob/3.0/README.md
* @contact [email protected]
*/

namespace FriendsOfHyperf\Trigger\Trigger;

use FriendsOfHyperf\Trigger\Contact\TriggerInterface;
Expand Down
1 change: 1 addition & 0 deletions src/TriggerManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* @document https://github.com/friendsofhyperf/components/blob/3.0/README.md
* @contact [email protected]
*/

namespace FriendsOfHyperf\Trigger;

use FriendsOfHyperf\Trigger\Annotation\Trigger;
Expand Down
1 change: 1 addition & 0 deletions src/Util.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* @document https://github.com/friendsofhyperf/components/blob/3.0/README.md
* @contact [email protected]
*/

namespace FriendsOfHyperf\Trigger;

use RuntimeException;
Expand Down

0 comments on commit c599c04

Please sign in to comment.