Completed
Push — master ( 0ca4f0...992805 )
by Damien
07:27
created
src/controllers/cp/view/metadata/VariablesTrait.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -7,11 +7,9 @@
 block discarded – undo
7 7
 namespace flipbox\saml\core\controllers\cp\view\metadata;
8 8
 
9 9
 use Craft;
10
-use craft\elements\User;
11 10
 use craft\helpers\UrlHelper;
12 11
 use flipbox\keychain\KeyChain;
13 12
 use flipbox\saml\core\AbstractPlugin;
14
-use flipbox\saml\core\helpers\MappingHelper;
15 13
 use flipbox\saml\core\models\SettingsInterface;
16 14
 use flipbox\saml\core\records\ProviderInterface;
17 15
 
Please login to merge, or discard this patch.
src/migrations/m190516_200148_attribute_typo.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use craft\db\Migration;
6 6
 use flipbox\saml\core\records\AbstractProvider;
7
-use yii\db\Query;
8 7
 
9 8
 /**
10 9
  * mm190516_200148_attribute_typo migration.
Please login to merge, or discard this patch.