mirror of
https://github.com/phpbb/phpbb.git
synced 2025-10-23 04:36:15 +02:00
[ticket/12180] Add "Each file MUST end with exactly one newline character" rule
PHPBB3-12180
This commit is contained in:
@@ -289,4 +289,3 @@ define('WORDS_TABLE', $table_prefix . 'words');
|
||||
define('ZEBRA_TABLE', $table_prefix . 'zebra');
|
||||
|
||||
// Additional tables
|
||||
|
||||
|
1
phpBB/phpbb/cache/driver/redis.php
vendored
1
phpBB/phpbb/cache/driver/redis.php
vendored
@@ -157,4 +157,3 @@ class redis extends \phpbb\cache\driver\memory
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -18,4 +18,4 @@ class exception extends \UnexpectedValueException
|
||||
{
|
||||
return $this->getMessage();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -112,4 +112,3 @@ class deactivated_super_global implements \ArrayAccess, \Countable, \IteratorAgg
|
||||
$this->error();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user