mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/13838] Fix coding style
PHPBB3-13838
This commit is contained in:
@@ -97,7 +97,8 @@ class loader extends \Twig_Loader_Filesystem
|
||||
|
||||
// If this is in the cache we can skip the entire process below
|
||||
// as it should have already been validated
|
||||
if (isset($this->cache[$name])) {
|
||||
if (isset($this->cache[$name]))
|
||||
{
|
||||
return $this->cache[$name];
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user