Quellcode durchsuchen

Apply StyleCI fix

that class name we used was not quite correct, but PHP tolerated the typo
El RIDO vor 4 Jahren
Ursprung
Commit
186dd82653
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      tst/Bootstrap.php

+ 1 - 1
tst/Bootstrap.php

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