[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() 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); $this->clear_dir($dir);
} }
} }