1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-22 16:22:58 +02:00

Merge remote-tracking branch 'bantu/ticket/12180' into develop

* bantu/ticket/12180:
  [ticket/12180] Add "Each file MUST end with exactly one newline character" rule
This commit is contained in:
Joas Schilling
2014-02-12 22:12:30 +01:00
5 changed files with 4 additions and 4 deletions

View File

@@ -157,4 +157,3 @@ class redis extends \phpbb\cache\driver\memory
return false;
}
}

View File

@@ -18,4 +18,4 @@ class exception extends \UnexpectedValueException
{
return $this->getMessage();
}
}
}

View File

@@ -112,4 +112,3 @@ class deactivated_super_global implements \ArrayAccess, \Countable, \IteratorAgg
$this->error();
}
}