Completed
Push — dev-master ( cdb56c...dc1664 )
by Vijay
12:32
created
app/lib/FFCMS/Mappers/Mapper.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/Models/OAuth2.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -82,7 +82,7 @@
 block discarded – undo
82 82
      * Get users list of apps
83 83
      *
84 84
      * @param string $uuid the user uuid
85
-     * @return array $data new user data
85
+     * @return \DB\SQL\Mapper[] $data new user data
86 86
      */
87 87
     public function getUserApps($uuid)
88 88
     {
Please login to merge, or discard this 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/ControllerMapper.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@  discard block
 block discarded – undo
12 12
      *
13 13
      * @param \Base $f3
14 14
      * @param array $params
15
-     * @param \FFCMS\Models\Mapper $m
15
+     * @param \FFCMS\Mappers\Mapper $m
16 16
      * @return array
17 17
      */
18 18
     protected function &getListingResults(\Base $f3, array $params, \FFCMS\Mappers\Mapper $m): array
@@ -144,7 +144,7 @@  discard block
 block discarded – undo
144 144
      *
145 145
      * @param \Base $f3
146 146
      * @param array $params
147
-     * @param \FFCMS\Models\Mapper $m
147
+     * @param \FFCMS\Mappers\Mapper $m
148 148
      * @return array $results
149 149
      */
150 150
     protected function &getSearchResults(\Base $f3, array $params, \FFCMS\Mappers\Mapper $m): array
Please login to merge, or discard this patch.
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/CLI/Base.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/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/Tokens.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/APIMapper.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.