Apply StyleCI fix

that class name we used was not quite correct, but PHP tolerated the typo
pull/881/head
El RIDO 2022-02-12 16:41:09 +01:00
parent 8faf0501f4
commit 186dd82653
No known key found for this signature in database
GPG Key ID: 0F5C940A6BD81F92
1 changed files with 1 additions and 1 deletions

View File

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