Completed
Pull Request — master (#23)
by Shestakov
06:47
created
Source/Ice/WidgetComponent/Form/Model/OneToMany.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Ice\WidgetComponent;
4 4
 
5
-use Ice\Core\Debuger;
6 5
 use Ice\Core\Model;
7 6
 use Ice\Core\QueryBuilder;
8 7
 
Please login to merge, or discard this patch.
Source/Ice/WidgetComponent/Form/Model/OneToManyToMany.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Ice\WidgetComponent;
4 4
 
5
-use Ice\Core\Debuger;
6 5
 use Ice\Core\Model;
7 6
 use Ice\Core\QueryBuilder;
8 7
 use Ice\Helper\Json;
Please login to merge, or discard this patch.
Source/Ice/WidgetComponent/FormElement.php 2 patches
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -56,6 +56,9 @@
 block discarded – undo
56 56
             ->buildValidators();
57 57
     }
58 58
 
59
+    /**
60
+     * @param false|string $encode
61
+     */
59 62
     public function getValue($encode = null)
60 63
     {
61 64
         $value =  parent::getValue($encode);
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Ice\WidgetComponent;
4 4
 
5
-use Ice\Core\Debuger;
6 5
 use Ice\Core\Model;
7 6
 use Ice\Core\QueryBuilder;
8 7
 use Ice\Core\Security;
Please login to merge, or discard this patch.
Source/Ice/WidgetComponent/HtmlTag.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@
 block discarded – undo
56 56
     }
57 57
 
58 58
     /**
59
-     * @return null|string
59
+     * @return string
60 60
      */
61 61
     public function getWidgetClass()
62 62
     {
Please login to merge, or discard this 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 Ice\Action\Render;
6 6
 use Ice\Core\Action;
7
-use Ice\Core\Debuger;
8 7
 use Ice\Core\Request;
9 8
 use Ice\Core\Resource;
10 9
 use Ice\Core\Route;
Please login to merge, or discard this patch.