Completed
Push — master ( 6db6da...5370d9 )
by Angel
03:42
created
src/modules/ApiContainer.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace roaresearch\yii2\roa\modules;
4 4
 
5
-use roaresearch\yii2\oauth2server\filters\auth\CompositeAuth;
6 5
 use roaresearch\yii2\oauth2server\Module as OAuth2Module;
6
+use roaresearch\yii2\oauth2server\filters\auth\CompositeAuth;
7 7
 use roaresearch\yii2\roa\{
8 8
     controllers\ApiContainerController,
9 9
     urlRules\Composite as CompositeUrlRule,
Please login to merge, or discard this patch.
src/test/AbstractResourceCest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace roaresearch\yii2\roa\test;
4 4
 
5 5
 use Codeception\{Example, Util\HttpCode};
6
-use roaresearch\yii2\roa\urlRules\Resource as ResourceUrlRule;
7 6
 use yii\web\UrlManager;
8 7
 
9 8
 abstract class AbstractResourceCest
Please login to merge, or discard this patch.