Passed
Push — master ( bda6ce...afc50f )
by Mihail
05:03
created
Apps/Controller/Front/Content.php 1 patch
Unused Use Statements   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -3,7 +3,7 @@  discard block
 block discarded – undo
3 3
 namespace Apps\Controller\Front;
4 4
 
5 5
 use Apps\ActiveRecord\ContentCategory;
6
-use Apps\ActiveRecord\Content as ContentEntity;
6
+use Apps\ActiveRecord\Content as ContentRecord;
7 7
 use Apps\Model\Front\Content\EntityContentSearch;
8 8
 use Extend\Core\Arch\FrontAppController;
9 9
 use Ffcms\Core\App;
@@ -19,7 +19,6 @@  discard block
 block discarded – undo
19 19
 use Suin\RSSWriter\Item;
20 20
 use Ffcms\Core\Helper\Type\Arr;
21 21
 use Apps\Model\Front\Content\FormNarrowContentUpdate;
22
-use Apps\ActiveRecord\Content as ContentRecord;
23 22
 
24 23
 /**
25 24
  * Class Content. Controller of content app - content and categories.
Please login to merge, or discard this patch.
Apps/View/Front/default/content/my.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3 3
 use Ffcms\Core\Helper\Date;
4
-use Ffcms\Core\Helper\HTML\Form;
5 4
 use Ffcms\Core\Helper\HTML\Table;
6 5
 use Ffcms\Core\Helper\Serialize;
7 6
 use Ffcms\Core\Helper\Url;
Please login to merge, or discard this patch.
Widgets/Front/Newcomment/Newcomment.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -78,7 +78,7 @@
 block discarded – undo
78 78
     
79 79
     /**
80 80
      * Make query to database
81
-     * @return object
81
+     * @return string
82 82
      */
83 83
     private function makeQuery()
84 84
     {
Please login to merge, or discard this patch.