Completed
Branch master (63293a)
by Benjamin
18:08
created
src/Alpixel/Bundle/UserBundle/Services/AccessManager.php 2 patches
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,7 @@
 block discarded – undo
7 7
 
8 8
 class AccessManager
9 9
 {
10
-  protected $securityContext;
10
+    protected $securityContext;
11 11
     protected $doctrine;
12 12
 
13 13
     public function __construct(Registry $doctrine, SecurityContext $context)
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
     public function __construct(Registry $doctrine, SecurityContext $context)
14 14
     {
15 15
         $this->securityContext = $context;
16
-        $this->doctrine  = $doctrine;
16
+        $this->doctrine = $doctrine;
17 17
     }
18 18
 
19 19
     public function canAccess($type)
Please login to merge, or discard this patch.