mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 22:08:54 +00:00
[ticket/17361] Fix code style
PHPBB-17361
This commit is contained in:
parent
598d1c7f49
commit
921505ca3b
2 changed files with 1 additions and 2 deletions
|
@ -14,7 +14,6 @@
|
||||||
namespace phpbb\db\migration\data\v400;
|
namespace phpbb\db\migration\data\v400;
|
||||||
|
|
||||||
use phpbb\db\migration\container_aware_migration;
|
use phpbb\db\migration\container_aware_migration;
|
||||||
use phpbb\storage\exception\storage_exception;
|
|
||||||
use phpbb\storage\file_tracker;
|
use phpbb\storage\file_tracker;
|
||||||
|
|
||||||
class storage_track extends container_aware_migration
|
class storage_track extends container_aware_migration
|
||||||
|
|
|
@ -42,7 +42,7 @@ class file_tracker
|
||||||
* @param db $db
|
* @param db $db
|
||||||
* @param string $storage_table
|
* @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->cache = $cache;
|
||||||
$this->db = $db;
|
$this->db = $db;
|
||||||
|
|
Loading…
Add table
Reference in a new issue