Completed
Branch master (c85443)
by Sergio
43:38 queued 28:39
created
examples/some-yii2-view.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 
3 3
 use \coderius\pell\Pell;
4
-use yii\web\JsExpression;
5 4
 use yii\helpers\Html;
5
+use yii\web\JsExpression;
6 6
 use yii\widgets\ActiveForm;
7 7
 
8 8
 ?>
Please login to merge, or discard this patch.
src/Pell.php 1 patch
Unused Use Statements   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -8,13 +8,13 @@
 block discarded – undo
8 8
 
9 9
 namespace coderius\pell;
10 10
 
11
+use coderius\pell\PellInputWidget;
12
+use yii\base\InvalidParamException;
13
+use yii\helpers\ArrayHelper;
11 14
 use yii\helpers\Html;
12 15
 use yii\helpers\Json;
13
-use coderius\pell\PellInputWidget;
14
-use yii\web\View;
15 16
 use yii\web\JsExpression;
16
-use yii\helpers\ArrayHelper;
17
-use yii\base\InvalidParamException;
17
+use yii\web\View;
18 18
 
19 19
 /**
20 20
  * Pell widget renders a pell js plugin for WYSIWYG editing.
Please login to merge, or discard this patch.