Skip to content

Commit 4f2a26c

Browse files
authored
Format code by the latest cs-fixer. (#6617)
1 parent 72d2432 commit 4f2a26c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+48
-3
lines changed

src/Annotation/AsyncQueueMessage.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
* @contact group@hyperf.io
1010
* @license https://github.com/hyperf/hyperf/blob/master/LICENSE
1111
*/
12+
1213
namespace Hyperf\AsyncQueue\Annotation;
1314

1415
use Attribute;

src/AnnotationJob.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
* @contact group@hyperf.io
1010
* @license https://github.com/hyperf/hyperf/blob/master/LICENSE
1111
*/
12+
1213
namespace Hyperf\AsyncQueue;
1314

1415
use Hyperf\Context\ApplicationContext;

src/Aspect/AsyncQueueAspect.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
* @contact group@hyperf.io
1010
* @license https://github.com/hyperf/hyperf/blob/master/LICENSE
1111
*/
12+
1213
namespace Hyperf\AsyncQueue\Aspect;
1314

1415
use Hyperf\AsyncQueue\Annotation\AsyncQueueMessage;

src/Command/FlushFailedMessageCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
* @contact group@hyperf.io
1010
* @license https://github.com/hyperf/hyperf/blob/master/LICENSE
1111
*/
12+
1213
namespace Hyperf\AsyncQueue\Command;
1314

1415
use Hyperf\AsyncQueue\Driver\DriverFactory;

src/Command/InfoCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
* @contact group@hyperf.io
1010
* @license https://github.com/hyperf/hyperf/blob/master/LICENSE
1111
*/
12+
1213
namespace Hyperf\AsyncQueue\Command;
1314

1415
use Hyperf\AsyncQueue\Driver\DriverFactory;

src/Command/ReloadFailedMessageCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
* @contact group@hyperf.io
1010
* @license https://github.com/hyperf/hyperf/blob/master/LICENSE
1111
*/
12+
1213
namespace Hyperf\AsyncQueue\Command;
1314

1415
use Hyperf\AsyncQueue\Driver\DriverFactory;

src/ConfigProvider.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
* @contact group@hyperf.io
1010
* @license https://github.com/hyperf/hyperf/blob/master/LICENSE
1111
*/
12+
1213
namespace Hyperf\AsyncQueue;
1314

1415
use Hyperf\AsyncQueue\Aspect\AsyncQueueAspect;

src/Driver/ChannelConfig.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
* @contact group@hyperf.io
1010
* @license https://github.com/hyperf/hyperf/blob/master/LICENSE
1111
*/
12+
1213
namespace Hyperf\AsyncQueue\Driver;
1314

1415
use Hyperf\AsyncQueue\Exception\InvalidQueueException;

src/Driver/Driver.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
* @contact group@hyperf.io
1010
* @license https://github.com/hyperf/hyperf/blob/master/LICENSE
1111
*/
12+
1213
namespace Hyperf\AsyncQueue\Driver;
1314

1415
use Hyperf\AsyncQueue\Event\AfterHandle;

src/Driver/DriverFactory.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
* @contact group@hyperf.io
1010
* @license https://github.com/hyperf/hyperf/blob/master/LICENSE
1111
*/
12+
1213
namespace Hyperf\AsyncQueue\Driver;
1314

1415
use Hyperf\AsyncQueue\Exception\InvalidDriverException;

0 commit comments

Comments
 (0)