Completed
Branch 2.x (525e63)
by Julián
09:21
created
src/Handler/Memory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
  * @author Julián Gutiérrez <[email protected]>
10 10
  */
11 11
 
12
-declare(strict_types=1);
12
+declare(strict_types = 1);
13 13
 
14 14
 namespace Jgut\Middleware\Sessionware\Handler;
15 15
 
Please login to merge, or discard this patch.
src/Handler/HandlerTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
  * @author Julián Gutiérrez <[email protected]>
10 10
  */
11 11
 
12
-declare(strict_types=1);
12
+declare(strict_types = 1);
13 13
 
14 14
 namespace Jgut\Middleware\Sessionware\Handler;
15 15
 
Please login to merge, or discard this patch.
src/Handler/Redis.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
  * @author Julián Gutiérrez <[email protected]>
10 10
  */
11 11
 
12
-declare(strict_types=1);
12
+declare(strict_types = 1);
13 13
 
14 14
 namespace Jgut\Middleware\Sessionware\Handler;
15 15
 
Please login to merge, or discard this patch.
src/Handler/Native.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
  * @author Julián Gutiérrez <[email protected]>
10 10
  */
11 11
 
12
-declare(strict_types=1);
12
+declare(strict_types = 1);
13 13
 
14 14
 namespace Jgut\Middleware\Sessionware\Handler;
15 15
 
Please login to merge, or discard this patch.
src/Handler/Handler.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
  * @author Julián Gutiérrez <[email protected]>
10 10
  */
11 11
 
12
-declare(strict_types=1);
12
+declare(strict_types = 1);
13 13
 
14 14
 namespace Jgut\Middleware\Sessionware\Handler;
15 15
 
Please login to merge, or discard this patch.
src/Handler/Memcached.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
  * @author Julián Gutiérrez <[email protected]>
10 10
  */
11 11
 
12
-declare(strict_types=1);
12
+declare(strict_types = 1);
13 13
 
14 14
 namespace Jgut\Middleware\Sessionware\Handler;
15 15
 
Please login to merge, or discard this patch.
src/Sessionware.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
  * @author Julián Gutiérrez <[email protected]>
10 10
  */
11 11
 
12
-declare(strict_types=1);
12
+declare(strict_types = 1);
13 13
 
14 14
 namespace Jgut\Middleware\Sessionware;
15 15
 
Please login to merge, or discard this patch.
src/SessionStart.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
  * @author Julián Gutiérrez <[email protected]>
10 10
  */
11 11
 
12
-declare(strict_types=1);
12
+declare(strict_types = 1);
13 13
 
14 14
 namespace Jgut\Middleware\Sessionware;
15 15
 
Please login to merge, or discard this patch.
src/Manager/Native.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
  * @author Julián Gutiérrez <[email protected]>
10 10
  */
11 11
 
12
-declare(strict_types=1);
12
+declare(strict_types = 1);
13 13
 
14 14
 namespace Jgut\Middleware\Sessionware\Manager;
15 15
 
Please login to merge, or discard this patch.