1
0
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:
Rubén Calvo
2017-08-08 12:36:33 +02:00
parent 8a47fd4120
commit 8d7336e57c
2 changed files with 2 additions and 2 deletions

View File

@@ -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;
}
}