@@ -92,7 +92,7 @@ |
||
| 92 | 92 | |
| 93 | 93 | |
| 94 | 94 | /** |
| 95 | - * @param int|string|\DateTimeInterface $date |
|
| 95 | + * @param string $date |
|
| 96 | 96 | * @return static |
| 97 | 97 | */ |
| 98 | 98 | public function setDate($date) |
@@ -64,7 +64,7 @@ |
||
| 64 | 64 | { |
| 65 | 65 | $this->xml = new XMLWriter; |
| 66 | 66 | $this->xml->openMemory(); |
| 67 | - $this->xml->setIndent(true); |
|
| 67 | + $this->xml->setIndent(true); |
|
| 68 | 68 | $this->xml->startDocument('1.0', 'UTF-8'); |
| 69 | 69 | $this->xml->startElement('Import'); |
| 70 | 70 | $this->xml->writeAttribute('xmlns:xsi', 'http://www.w3.org/2001/XMLSchema-instance'); |