Passed
Push — 2.x ( 4a9b6a...b78933 )
by Terry
02:02
created
src/Firewall/Session.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -175,7 +175,7 @@
 block discarded – undo
175 175
      * @return void
176 176
      */
177 177
     public function init(
178
-             $driver, 
178
+                $driver, 
179 179
         int  $gcExpires     = 300, 
180 180
         int  $gcProbability = 1, 
181 181
         int  $gcDivisor     = 100, 
Please login to merge, or discard this patch.
src/Firewall/Kernel.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -286,7 +286,7 @@
 block discarded – undo
286 286
      */
287 287
     protected $firewallType = 'self';
288 288
 
289
-   /**
289
+    /**
290 290
      * The reason code of a user to be allowed or denied.
291 291
      *
292 292
      * @var int|null
Please login to merge, or discard this patch.