Completed
Branch master (ac29f5)
by Arthur
03:39
created
Category
src/CoossionsHandler.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
     public function startSession(bool $start = true)
24 24
     {
25 25
         session_set_save_handler($this);
26
-        if(true === $start) {
26
+        if (true === $start) {
27 27
             session_start();
28 28
         }
29 29
     }
Please login to merge, or discard this patch.