Passed
Push — Model-integration ( fa1757...6fd2da )
by Stone
02:17
created
Category
Core/Csrf.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
45 45
                 $hash = bin2hex($rand);
46 46
                 $this->session->set('csrf_token', $hash);
47 47
             } catch (\Exception $e) {
48
-                echo 'Random generator not present on server: ' . $e->getMessage();
48
+                echo 'Random generator not present on server: '.$e->getMessage();
49 49
             }
50 50
         }
51 51
     }
Please login to merge, or discard this patch.