Passed
Push — master ( d8158c...fdfcd6 )
by Flo
04:19 queued 02:20
created
src/View/Helper/AssetList.php 1 patch
Switch Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -37,13 +37,13 @@
 block discarded – undo
37 37
 
38 38
         switch ($type) {
39 39
 
40
-        case 'js':
41
-            $pattern = '<script src="%s"></script>';
42
-            break;
40
+            case 'js':
41
+                $pattern = '<script src="%s"></script>';
42
+                break;
43 43
 
44
-        case 'css':
45
-            $pattern = '<link rel="stylesheet" type="text/css" href="%s">';
46
-            break;
44
+            case 'css':
45
+                $pattern = '<link rel="stylesheet" type="text/css" href="%s">';
46
+                break;
47 47
 
48 48
         }
49 49
 
Please login to merge, or discard this patch.
src/Http/Request.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -7,8 +7,6 @@
 block discarded – undo
7 7
  */
8 8
 namespace Faulancer\Http;
9 9
 
10
-use Faulancer\Exception\InvalidArgumentException;
11
-
12 10
 /**
13 11
  * Class Request
14 12
  */
Please login to merge, or discard this patch.
src/Service/AuthenticatorService.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,8 +3,6 @@
 block discarded – undo
3 3
 namespace Faulancer\Service;
4 4
 
5 5
 use Faulancer\Controller\Controller;
6
-use Faulancer\Exception\DbException;
7
-use Faulancer\Exception\InvalidArgumentException;
8 6
 use Faulancer\ORM\User\Entity;
9 7
 use Faulancer\Security\Crypt;
10 8
 use Faulancer\ServiceLocator\ServiceInterface;
Please login to merge, or discard this patch.