syntax bot
This commit is contained in:
parent
75d28ef423
commit
10013ad092
1 changed files with 3 additions and 3 deletions
|
@ -32,9 +32,9 @@ Helper::updateSubresourceIntegrity();
|
||||||
*/
|
*/
|
||||||
class StorageClientStub extends StorageClient
|
class StorageClientStub extends StorageClient
|
||||||
{
|
{
|
||||||
private $_config = null;
|
private $_config = null;
|
||||||
private $_connection = null;
|
private $_connection = null;
|
||||||
private static $_buckets = array();
|
private static $_buckets = array();
|
||||||
|
|
||||||
public function __construct(array $config = array())
|
public function __construct(array $config = array())
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue