mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-24 10:31:57 +02:00
[ticket/11045] Opening brace on its own line
PHPBB3-11045
This commit is contained in:
@@ -47,7 +47,8 @@ class phpbb_compress_test extends phpbb_test_case
|
||||
|
||||
protected function tearDown()
|
||||
{
|
||||
foreach (array(__DIR__ . self::EXTRACT_DIR, __DIR__ . self::ARCHIVE_DIR) as $dir) {
|
||||
foreach (array(__DIR__ . self::EXTRACT_DIR, __DIR__ . self::ARCHIVE_DIR) as $dir)
|
||||
{
|
||||
$this->clear_dir($dir);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user