Completed
Push — master ( 53d4a3...9ce80b )
by Wessel
01:47
created
Driver/MollieDriver.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -109,7 +109,7 @@
 block discarded – undo
109 109
     private function getFile()
110 110
     {
111 111
         try {
112
-            return sys_get_temp_dir() . DIRECTORY_SEPARATOR . session_id();
112
+            return sys_get_temp_dir().DIRECTORY_SEPARATOR.session_id();
113 113
         } catch (\Exception $exception) {
114 114
             throw new InvalidPaymentKeyException('Cannot resolve payment key');
115 115
         }
Please login to merge, or discard this patch.