@@ -238,9 +238,9 @@  | 
                                                    ||
| 238 | 238 | public function setTemporaryFolder($folderRealPath = null)  | 
                                                        
| 239 | 239 |      { | 
                                                        
| 240 | 240 |          if (empty($folderRealPath)) { | 
                                                        
| 241 | - $path = '/sped-'. getmyuid() .'/';  | 
                                                        |
| 242 | -            if(function_exists('posix_getuid')) { | 
                                                        |
| 243 | - $path = '/sped-'. posix_getuid() .'/';  | 
                                                        |
| 241 | + $path = '/sped-' . getmyuid() . '/';  | 
                                                        |
| 242 | +            if (function_exists('posix_getuid')) { | 
                                                        |
| 243 | + $path = '/sped-' . posix_getuid() . '/';  | 
                                                        |
| 244 | 244 | }  | 
                                                        
| 245 | 245 | $folderRealPath = sys_get_temp_dir() . $path;  | 
                                                        
| 246 | 246 | }  |