mirror of
https://github.com/klaussilveira/gitlist.git
synced 2026-02-21 05:57:33 +01:00
Fix styling issue
This commit is contained in:
@@ -11,7 +11,7 @@ class InterfaceTest extends WebTestCase
|
||||
|
||||
public static function setUpBeforeClass()
|
||||
{
|
||||
if(sys_get_temp_dir()) {
|
||||
if (sys_get_temp_dir()) {
|
||||
self::$tmpdir = sys_get_temp_dir();
|
||||
} elseif (getenv('TMP')) {
|
||||
self::$tmpdir = getenv('TMP');
|
||||
|
||||
Reference in New Issue
Block a user