Passed
Push — Auth ( 667371...7d6ef6 )
by Stone
03:10 queued 01:09
created
Core/Dependency/Session.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -92,7 +92,7 @@
 block discarded – undo
92 92
      * return the entire session superglobal.
93 93
      * @return mixed
94 94
      */
95
-    public function getAllSessionVars(){
95
+    public function getAllSessionVars() {
96 96
         return $_SESSION;
97 97
     }
98 98
 
Please login to merge, or discard this patch.