1
0
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:
Fyorl
2012-08-14 11:14:38 +01:00
parent 83a5326077
commit 94c9d70298

View File

@@ -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);
}
}