Completed
Push — dev-master ( 332492...6f38f2 )
by Vijay
02:50
created
app/lib/FFCMS/App.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace FFCMS\Mappers;
4 4
 
5
-use FFMVC\Helpers;
6 5
 use FFCMS\Traits;
6
+use FFMVC\Helpers;
7 7
 
8 8
 /**
9 9
  * Base Database Mapper Class extends f3's DB\SQL\Mapper
Please login to merge, or discard this patch.
app/lib/FFCMS/Controllers/Admin/Config.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 FFCMS\Models;
4 4
 
5
-use FFMVC\Helpers;
6 5
 use FFCMS\{Traits, Mappers};
7 6
 
8 7
 /**
Please login to merge, or discard this patch.
app/lib/FFCMS/Controllers/Admin/UsersData.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 FFCMS\Models;
4 4
 
5
-use FFMVC\Helpers;
6 5
 use FFCMS\{Traits, Mappers};
7 6
 
8 7
 /**
Please login to merge, or discard this patch.
app/lib/FFCMS/Controllers/API/Mapper.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 FFCMS\Models;
4 4
 
5
-use FFMVC\Helpers;
6 5
 use FFCMS\{Traits, Mappers};
7 6
 
8 7
 /**
Please login to merge, or discard this patch.
app/lib/FFCMS/Traits/SearchController.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,6 @@
 block discarded – undo
59 59
      *
60 60
      * @param array $checkFieldsExist [id => 'field1,field2'...]
61 61
      * @param array $fieldsList the list of fields which are valid
62
-     * @param string|null $users_uuid uuid of user to get results for
63 62
      * @return array $validFields
64 63
      */
65 64
     public static function checkFieldsExist(array $checkFieldsExist = [], array $fieldsList = []): array
Please login to merge, or discard this patch.