Skip to content

Commit

Permalink
Format code
Browse files Browse the repository at this point in the history
  • Loading branch information
limingxinleo committed Aug 15, 2023
1 parent 0805bea commit 6cf8fb0
Show file tree
Hide file tree
Showing 22 changed files with 22 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/Constants/ErrorCode.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* @contact [email protected]
* @license https://github.com/hyperf/hyperf/blob/master/LICENSE
*/

namespace App\Constants;

use Hyperf\Constants\Annotation\Constants;
Expand Down
1 change: 1 addition & 0 deletions app/Constants/ErrorCodeInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* @contact [email protected]
* @license https://github.com/hyperf/hyperf/blob/master/LICENSE
*/

namespace App\Constants;

use BackedEnum;
Expand Down
1 change: 1 addition & 0 deletions app/Controller/Controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* @contact [email protected]
* @license https://github.com/hyperf/hyperf/blob/master/LICENSE
*/

namespace App\Controller;

use App\Kernel\Http\Response;
Expand Down
1 change: 1 addition & 0 deletions app/Controller/IndexController.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* @contact [email protected]
* @license https://github.com/hyperf/hyperf/blob/master/LICENSE
*/

namespace App\Controller;

class IndexController extends Controller
Expand Down
1 change: 1 addition & 0 deletions app/Exception/BusinessException.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* @contact [email protected]
* @license https://github.com/hyperf/hyperf/blob/master/LICENSE
*/

namespace App\Exception;

use App\Constants\ErrorCodeInterface;
Expand Down
1 change: 1 addition & 0 deletions app/Exception/Handler/BusinessExceptionHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* @contact [email protected]
* @license https://github.com/hyperf/hyperf/blob/master/LICENSE
*/

namespace App\Exception\Handler;

use App\Constants\ErrorCode;
Expand Down
1 change: 1 addition & 0 deletions app/Exception/Handler/RPCExceptionHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* @contact [email protected]
* @license https://github.com/hyperf/hyperf/blob/master/LICENSE
*/

namespace App\Exception\Handler;

use App\Exception\BusinessException;
Expand Down
1 change: 1 addition & 0 deletions app/Kernel/ClassMap/Coroutine.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* @contact [email protected]
* @license https://github.com/hyperf/hyperf/blob/master/LICENSE
*/

namespace Hyperf\Coroutine;

use App\Kernel\Context\Coroutine as Go;
Expand Down
1 change: 1 addition & 0 deletions app/Kernel/ClassMap/ResolverDispatcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* @contact [email protected]
* @license https://github.com/hyperf/hyperf/blob/master/LICENSE
*/

namespace Hyperf\Di\Resolver;

use Hyperf\Di\Definition\DefinitionInterface;
Expand Down
1 change: 1 addition & 0 deletions app/Kernel/Context/Coroutine.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* @contact [email protected]
* @license https://github.com/hyperf/hyperf/blob/master/LICENSE
*/

namespace App\Kernel\Context;

use App\Kernel\Log\AppendRequestIdProcessor;
Expand Down
1 change: 1 addition & 0 deletions app/Kernel/Event/EventDispatcherFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* @contact [email protected]
* @license https://github.com/hyperf/hyperf/blob/master/LICENSE
*/

namespace App\Kernel\Event;

use Hyperf\Event\EventDispatcher;
Expand Down
1 change: 1 addition & 0 deletions app/Kernel/Http/Response.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* @contact [email protected]
* @license https://github.com/hyperf/hyperf/blob/master/LICENSE
*/

namespace App\Kernel\Http;

use Hyperf\Context\Context;
Expand Down
1 change: 1 addition & 0 deletions app/Kernel/Http/WorkerStartListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* @contact [email protected]
* @license https://github.com/hyperf/hyperf/blob/master/LICENSE
*/

namespace App\Kernel\Http;

use Hyperf\Framework\Logger\StdoutLogger;
Expand Down
1 change: 1 addition & 0 deletions app/Kernel/Log/AppendRequestIdProcessor.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* @contact [email protected]
* @license https://github.com/hyperf/hyperf/blob/master/LICENSE
*/

namespace App\Kernel\Log;

use Hyperf\Context\Context;
Expand Down
1 change: 1 addition & 0 deletions app/Kernel/Log/LoggerFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* @contact [email protected]
* @license https://github.com/hyperf/hyperf/blob/master/LICENSE
*/

namespace App\Kernel\Log;

use Hyperf\Logger\LoggerFactory as HyperfLoggerFactory;
Expand Down
1 change: 1 addition & 0 deletions app/Listener/DbQueryExecutedListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* @contact [email protected]
* @license https://github.com/hyperf/hyperf/blob/master/LICENSE
*/

namespace App\Listener;

use Hyperf\Collection\Arr;
Expand Down
1 change: 1 addition & 0 deletions app/Listener/FailToHandleListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* @contact [email protected]
* @license https://github.com/hyperf/hyperf/blob/master/LICENSE
*/

namespace App\Listener;

use Hyperf\Command\Event\FailToHandle;
Expand Down
1 change: 1 addition & 0 deletions app/Listener/QueueHandleListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* @contact [email protected]
* @license https://github.com/hyperf/hyperf/blob/master/LICENSE
*/

namespace App\Listener;

use Hyperf\AsyncQueue\AnnotationJob;
Expand Down
1 change: 1 addition & 0 deletions app/Listener/ResumeExitCoordinatorListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* @contact [email protected]
* @license https://github.com/hyperf/hyperf/blob/master/LICENSE
*/

namespace App\Listener;

use Hyperf\Command\Event\AfterExecute;
Expand Down
1 change: 1 addition & 0 deletions app/Model/Model.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* @contact [email protected]
* @license https://github.com/hyperf/hyperf/blob/master/LICENSE
*/

namespace App\Model;

use Hyperf\DbConnection\Model\Model as BaseModel;
Expand Down
1 change: 1 addition & 0 deletions test/Cases/ExampleTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* @contact [email protected]
* @license https://github.com/hyperf/hyperf/blob/master/LICENSE
*/

namespace HyperfTest\Cases;

use App\Kernel\Context\Coroutine;
Expand Down
1 change: 1 addition & 0 deletions test/HttpTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* @contact [email protected]
* @license https://github.com/hyperf/hyperf/blob/master/LICENSE
*/

namespace HyperfTest;

use Hyperf\Testing;
Expand Down

0 comments on commit 6cf8fb0

Please sign in to comment.