Completed
Branch master (c85443)
by Sergio
14:14
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 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -215,7 +215,7 @@
 block discarded – undo
215 215
      * Generates a textarea tag for the given model attribute.
216 216
      * The model attribute value will be used as the content in the textarea.
217 217
      *
218
-     * @return void
218
+     * @return string
219 219
      */
220 220
     protected function getTextArea()
221 221
     {
Please login to merge, or discard this 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.