Passed
Push — master ( 37fbce...eb9638 )
by Mihail
09:07
created
Apps/Controller/Front/Content.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 use Ffcms\Core\Exception\NotFoundException;
13 13
 use Apps\Model\Front\Content\EntityContentRead;
14 14
 use Ffcms\Core\Helper\HTML\SimplePagination;
15
-use Ffcms\Core\Helper\Serialize;
16 15
 use Ffcms\Core\Helper\Type\Str;
17 16
 use Suin\RSSWriter\Channel;
18 17
 use Suin\RSSWriter\Feed;
Please login to merge, or discard this patch.
Apps/Model/Front/Content/EntityCategoryList.php 1 patch
Unused Use Statements   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -3,9 +3,8 @@
 block discarded – undo
3 3
 namespace Apps\Model\Front\Content;
4 4
 
5 5
 
6
-use Apps\ActiveRecord\Content;
7
-use Apps\ActiveRecord\ContentCategory;
8 6
 use Apps\ActiveRecord\Content as ContentRecord;
7
+use Apps\ActiveRecord\ContentCategory;
9 8
 use Apps\ActiveRecord\User;
10 9
 use Ffcms\Core\App;
11 10
 use Ffcms\Core\Arch\Model;
Please login to merge, or discard this patch.
Apps/Model/Front/Content/EntityContentSearch.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
25 25
     /**
26 26
      * EntityContentSearch constructor. Pass search terms (query string) to model and used items to skip it by id.
27 27
      * @param $terms
28
-     * @param int|array $skipIds
28
+     * @param integer $skipIds
29 29
      */
30 30
     public function __construct($terms, $skipIds = 0)
31 31
     {
Please login to merge, or discard this patch.