Completed
Push — master ( ffc510...3e9600 )
by Mihail
14:10
created
src/Ffcms/Core/Traits/ModelValidator.php 2 patches
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use Ffcms\Core\App;
6 6
 use Ffcms\Core\Exception\SyntaxException;
7 7
 use Dflydev\DotAccessData\Data as DotData;
8
-use Ffcms\Core\Helper\Type\Arr;
9 8
 use Ffcms\Core\Helper\Type\Obj;
10 9
 use Ffcms\Core\Helper\Type\Str;
11 10
 use Ffcms\Core\Filter\Native;
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -169,7 +169,7 @@
 block discarded – undo
169 169
         if ($inputType !== 'file') {
170 170
             if ($html !== true) {
171 171
                 $field_value = App::$Security->strip_tags($field_value);
172
-            } elseif($secure !== true) {
172
+            } elseif ($secure !== true) {
173 173
                 $field_value = App::$Security->secureHtml($field_value);
174 174
             }
175 175
         }
Please login to merge, or discard this patch.