mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[ticket/15699] Fix code style
PHPBB3-15699
This commit is contained in:
parent
5bc95db4f8
commit
91aa824ede
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