mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/17361] Fix code style
PHPBB-17361
This commit is contained in:
@@ -42,7 +42,7 @@ class file_tracker
|
||||
* @param db $db
|
||||
* @param string $storage_table
|
||||
*/
|
||||
public function __construct(cache $cache,db $db, string $storage_table)
|
||||
public function __construct(cache $cache, db $db, string $storage_table)
|
||||
{
|
||||
$this->cache = $cache;
|
||||
$this->db = $db;
|
||||
|
Reference in New Issue
Block a user