Passed
Push — master ( 1b1f16...a29a7e )
by Mihail
03:34
created
Apps/Model/Front/Content/EntityContentRead.php 2 patches
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 use Ffcms\Core\Helper\Simplify;
14 14
 use Ffcms\Core\Helper\Type\Any;
15 15
 use Ffcms\Core\Helper\Type\Arr;
16
-use Ffcms\Core\Helper\Type\Obj;
17 16
 use Ffcms\Core\Helper\Type\Str;
18 17
 
19 18
 /**
Please login to merge, or discard this patch.
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@
 block discarded – undo
67 67
     /**
68 68
      * Prepare model attributes from passed objects
69 69
      * @throws ForbiddenException
70
-    */
70
+     */
71 71
     public function before()
72 72
     {
73 73
         // set class attributes from ActiveRecord objects
Please login to merge, or discard this patch.