updated doc blocks, comments, fixed indentations, moved some constant strings

This commit is contained in:
El RIDO
2021-06-14 06:44:30 +02:00
parent b72994f2e0
commit 3327645fd4
5 changed files with 24 additions and 15 deletions

View File

@@ -306,7 +306,7 @@ class StorageObjectStub extends StorageObject
$this->_info = $info;
$this->_connection = $connection;
$timeCreated = new Datetime();
$this->_info['metadata']['timeCreated'] = $timeCreated->format(GoogleCloudStorage::DATETIME_FORMAT);
$this->_info['metadata']['timeCreated'] = $timeCreated->format('Y-m-d\TH:i:s.u\Z');
}
public function acl()