Completed
Push — dev-master ( 41d339...1749ad )
by Vijay
94:45 queued 59:49
created
app/lib/FFCMS/Traits/Validation.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -237,7 +237,6 @@
 block discarded – undo
237 237
      * Process errors of results from (return array of $this->validate(true)) $validator->run($data) into friendlier notifications
238 238
      *
239 239
      * @param mixed $errors errors from $validator->run($data) or get last errors
240
-     * @param array $notifications
241 240
      */
242 241
     public function validationErrors($errors = []): array
243 242
     {
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/Admin.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/Apps.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/Audit.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/Reports.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.