Completed
Branch master (6acfa3)
by Pierre-Henry
39:32
created
_protected/app/system/modules/report/config/Permission.php 1 patch
Unused Use Statements   +3 added lines, -4 removed lines patch added patch discarded remove patch
@@ -9,10 +9,9 @@
 block discarded – undo
9 9
 
10 10
 defined('PH7') or die('Restricted access');
11 11
 
12
-use
13
-PH7\Framework\Layout\Html\Design,
14
-PH7\Framework\Mvc\Router\Uri,
15
-PH7\Framework\Url\Header;
12
+use PH7\Framework\Layout\Html\Design;
13
+use PH7\Framework\Mvc\Router\Uri;
14
+use PH7\Framework\Url\Header;
16 15
 
17 16
 class Permission extends PermissionCore
18 17
 {
Please login to merge, or discard this patch.
_protected/app/system/modules/validate-site/config/Permission.php 1 patch
Unused Use Statements   +3 added lines, -4 removed lines patch added patch discarded remove patch
@@ -9,10 +9,9 @@
 block discarded – undo
9 9
 
10 10
 defined('PH7') or exit('Restricted access');
11 11
 
12
-use
13
-PH7\Framework\Layout\Html\Design,
14
-PH7\Framework\Mvc\Router\Uri,
15
-PH7\Framework\Url\Header;
12
+use PH7\Framework\Layout\Html\Design;
13
+use PH7\Framework\Mvc\Router\Uri;
14
+use PH7\Framework\Url\Header;
16 15
 
17 16
 class Permission extends PermissionCore
18 17
 {
Please login to merge, or discard this patch.
_repository/module/fake-admin-panel/config/Permission.php 1 patch
Unused Use Statements   +3 added lines, -4 removed lines patch added patch discarded remove patch
@@ -11,10 +11,9 @@
 block discarded – undo
11 11
 
12 12
 namespace PH7;
13 13
 
14
-use
15
-PH7\Framework\Layout\Html\Design,
16
-PH7\Framework\Mvc\Router\Uri,
17
-PH7\Framework\Url\Header;
14
+use PH7\Framework\Layout\Html\Design;
15
+use PH7\Framework\Mvc\Router\Uri;
16
+use PH7\Framework\Url\Header;
18 17
 
19 18
 class Permission extends PermissionCore
20 19
 {
Please login to merge, or discard this patch.
_protected/app/system/modules/admin123/forms/processing/AdsFormProcess.php 1 patch
Unused Use Statements   +4 added lines, -5 removed lines patch added patch discarded remove patch
@@ -9,11 +9,10 @@
 block discarded – undo
9 9
 
10 10
 defined('PH7') or exit('Restricted access');
11 11
 
12
-use
13
-PH7\Framework\Cache\Cache,
14
-PH7\Framework\Mvc\Request\Http,
15
-PH7\Framework\Mvc\Router\Uri,
16
-PH7\Framework\Url\Header;
12
+use PH7\Framework\Cache\Cache;
13
+use PH7\Framework\Mvc\Request\Http;
14
+use PH7\Framework\Mvc\Router\Uri;
15
+use PH7\Framework\Url\Header;
17 16
 
18 17
 class AdsFormProcess extends Form
19 18
 {
Please login to merge, or discard this patch.
app/system/modules/admin123/forms/processing/DisableModuleFormProcess.php 1 patch
Unused Use Statements   +2 added lines, -3 removed lines patch added patch discarded remove patch
@@ -9,9 +9,8 @@
 block discarded – undo
9 9
 
10 10
 defined('PH7') or exit('Restricted access');
11 11
 
12
-use
13
-PH7\Framework\Cache\Cache,
14
-PH7\Framework\Mvc\Model\Module as ModuleModel;
12
+use PH7\Framework\Cache\Cache;
13
+use PH7\Framework\Mvc\Model\Module as ModuleModel;
15 14
 
16 15
 class DisableModuleFormProcess extends Form
17 16
 {
Please login to merge, or discard this patch.
_protected/app/system/modules/blog/controllers/MainController.php 1 patch
Unused Use Statements   +5 added lines, -6 removed lines patch added patch discarded remove patch
@@ -7,12 +7,11 @@
 block discarded – undo
7 7
  */
8 8
 namespace PH7;
9 9
 
10
-use
11
-PH7\Framework\Parse\Emoticon,
12
-PH7\Framework\Navigation\Page,
13
-PH7\Framework\Analytics\Statistic,
14
-PH7\Framework\Mvc\Router\Uri,
15
-PH7\Framework\Url\Header;
10
+use PH7\Framework\Parse\Emoticon;
11
+use PH7\Framework\Navigation\Page;
12
+use PH7\Framework\Analytics\Statistic;
13
+use PH7\Framework\Mvc\Router\Uri;
14
+use PH7\Framework\Url\Header;
16 15
 
17 16
 class MainController extends Controller
18 17
 {
Please login to merge, or discard this patch.
_protected/app/system/modules/note/controllers/MainController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@
 block discarded – undo
9 9
 
10 10
 use PH7\Framework\Security\Ban\Ban;
11 11
 use PH7\Framework\Navigation\Page;
12
-use PH7\Framework\Cache\Cache;
13 12
 use PH7\Framework\Analytics\Statistic;
14 13
 use PH7\Framework\Security\CSRF\Token as SecurityToken;
15 14
 use PH7\Framework\Mvc\Router\Uri;
Please login to merge, or discard this patch.
_protected/app/system/modules/user/controllers/BrowseController.php 1 patch
Unused Use Statements   +3 added lines, -4 removed lines patch added patch discarded remove patch
@@ -7,10 +7,9 @@
 block discarded – undo
7 7
  */
8 8
 namespace PH7;
9 9
 
10
-use
11
-PH7\Framework\Navigation\Page,
12
-PH7\Framework\Mvc\Router\Uri,
13
-PH7\Framework\Url\Header;
10
+use PH7\Framework\Navigation\Page;
11
+use PH7\Framework\Mvc\Router\Uri;
12
+use PH7\Framework\Url\Header;
14 13
 
15 14
 class BrowseController extends Controller
16 15
 {
Please login to merge, or discard this patch.
_protected/framework/Image/Image.class.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -418,7 +418,7 @@  discard block
 block discarded – undo
418 418
     }
419 419
 
420 420
     /**
421
-     * @return string
421
+     * @return resource
422 422
      */
423 423
     public function getFileName()
424 424
     {
@@ -428,7 +428,7 @@  discard block
 block discarded – undo
428 428
     /**
429 429
      * Determine and get the type of the image (even an unallowed image type) by reading the first bytes and checking its signature.
430 430
      *
431
-     * @return string|bool When a correct signature is found, returns the appropriate value, FALSE otherwise.
431
+     * @return integer When a correct signature is found, returns the appropriate value, FALSE otherwise.
432 432
      */
433 433
     public function getType()
434 434
     {
Please login to merge, or discard this patch.