Apply StyleCI fix
that class name we used was not quite correct, but PHP tolerated the typo
This commit is contained in:
parent
8faf0501f4
commit
186dd82653
|
@ -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');
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue