Completed
Pull Request — master (#52)
by Abdul Malik
04:24 queued 02:13
created
src/Module.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
33 33
      */
34 34
     public function getConfig()
35 35
     {
36
-        return include __DIR__.'/../config/module.config.php';
36
+        return include __DIR__ . '/../config/module.config.php';
37 37
     }
38 38
 
39 39
     /**
Please login to merge, or discard this patch.
src/Manager/SessionManager.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
     public function getSessionData()
36 36
     {
37 37
         $manager = new SessionManager();
38
-        if (! $manager->sessionExists()) {
38
+        if (!$manager->sessionExists()) {
39 39
             return;
40 40
         }
41 41
 
Please login to merge, or discard this patch.