Skip to content

Commit 7960f23

Browse files
nadargithub-actions[bot]
authored andcommitted
Apply php-cs-fixer changes
1 parent daa93a7 commit 7960f23

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

core/web/UrlManager.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
namespace luya\web;
44

55
use Yii;
6-
76
use yii\web\BadRequestHttpException;
87
use yii\web\NotFoundHttpException;
98

core/web/View.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
namespace luya\web;
44

55
use luya\Exception;
6-
76
use luya\helpers\StringHelper;
87
use Yii;
98

tests/core/base/DynamicModelTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
namespace luyatests\core;
44

55
use luya\base\DynamicModel;
6-
76
use luyatests\LuyaWebTestCase;
87

98
class StubTestModel extends DynamicModel

tests/core/console/ApplicationTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
namespace luyatests\core\console;
44

55
use luya\web\Application;
6-
76
use luyatests\data\commands\TestConsoleCommand;
87
use luyatests\LuyaConsoleTestCase;
98
use Yii;

0 commit comments

Comments
 (0)