syntax bot

pull/1012/head
Felix J. Ogris 2022-11-04 21:27:27 +01:00
parent 75d28ef423
commit 10013ad092
1 changed files with 3 additions and 3 deletions

View File

@ -32,9 +32,9 @@ Helper::updateSubresourceIntegrity();
*/
class StorageClientStub extends StorageClient
{
private $_config = null;
private $_connection = null;
private static $_buckets = array();
private $_config = null;
private $_connection = null;
private static $_buckets = array();
public function __construct(array $config = array())
{