mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/15276] Fix code style
PHPBB3-15276
This commit is contained in:
@@ -35,7 +35,8 @@ class file_info
|
||||
{
|
||||
$this->properties = [];
|
||||
|
||||
foreach($this->adapter->file_properties($this->path) as $name => $value) {
|
||||
foreach ($this->adapter->file_properties($this->path) as $name => $value)
|
||||
{
|
||||
$this->properties[$name] = $value;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user