diff options
author | Andreas Fischer <bantu@phpbb.com> | 2014-02-10 15:01:50 +0100 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2014-02-10 15:01:50 +0100 |
commit | 1e86f7113339c6b032a4500ce65cf959db97645a (patch) | |
tree | 775322a07c29eb068b7de47d63b9f54d50144c84 /phpBB/phpbb/request | |
parent | 02674de89367895642b57450b5444ab23488ab9b (diff) | |
download | forums-1e86f7113339c6b032a4500ce65cf959db97645a.tar forums-1e86f7113339c6b032a4500ce65cf959db97645a.tar.gz forums-1e86f7113339c6b032a4500ce65cf959db97645a.tar.bz2 forums-1e86f7113339c6b032a4500ce65cf959db97645a.tar.xz forums-1e86f7113339c6b032a4500ce65cf959db97645a.zip |
[ticket/12180] Add "Each file MUST end with exactly one newline character" rule
PHPBB3-12180
Diffstat (limited to 'phpBB/phpbb/request')
-rw-r--r-- | phpBB/phpbb/request/deactivated_super_global.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/phpbb/request/deactivated_super_global.php b/phpBB/phpbb/request/deactivated_super_global.php index b03624593e..b6940cf51f 100644 --- a/phpBB/phpbb/request/deactivated_super_global.php +++ b/phpBB/phpbb/request/deactivated_super_global.php @@ -112,4 +112,3 @@ class deactivated_super_global implements \ArrayAccess, \Countable, \IteratorAgg $this->error(); } } - |