Felix J. Ogris 3 lat temu
rodzic
commit
10013ad092
1 zmienionych plików z 3 dodań i 3 usunięć
  1. 3 3
      tst/Bootstrap.php

+ 3 - 3
tst/Bootstrap.php

@@ -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())
     {