mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/15699] Fix code style
PHPBB3-15699
This commit is contained in:
parent
d426f9e320
commit
b260e9a6f2
1 changed files with 2 additions and 2 deletions
|
@ -628,7 +628,7 @@ class acp_storage
|
||||||
{
|
{
|
||||||
static $adapters = [];
|
static $adapters = [];
|
||||||
|
|
||||||
if(!isset($adapters[$storage_name]))
|
if (!isset($adapters[$storage_name]))
|
||||||
{
|
{
|
||||||
$provider = $this->get_current_provider($storage_name);
|
$provider = $this->get_current_provider($storage_name);
|
||||||
$provider_class = $this->provider_collection->get_by_class($provider);
|
$provider_class = $this->provider_collection->get_by_class($provider);
|
||||||
|
@ -655,7 +655,7 @@ class acp_storage
|
||||||
{
|
{
|
||||||
static $adapters = [];
|
static $adapters = [];
|
||||||
|
|
||||||
if(!isset($adapters[$storage_name]))
|
if (!isset($adapters[$storage_name]))
|
||||||
{
|
{
|
||||||
$provider = $this->state['storages'][$storage_name]['provider'];
|
$provider = $this->state['storages'][$storage_name]['provider'];
|
||||||
$provider_class = $this->provider_collection->get_by_class($provider);
|
$provider_class = $this->provider_collection->get_by_class($provider);
|
||||||
|
|
Loading…
Add table
Reference in a new issue