chore: Мелкие правки

This commit is contained in:
origami11@yandex.ru 2025-11-27 13:45:45 +03:00
parent 0473d410d1
commit 3e0b99c3d2
4 changed files with 9 additions and 21 deletions

View file

@ -230,7 +230,7 @@ class Table
/**
* Кодирование строки
* @deprecated
* @deprecated Можно заменить на значение
* @param string $s Строка
* @return string
*/
@ -275,7 +275,7 @@ class Table
} else {
$doc->writeAttribute('ss:Type', "Number");
}
$doc->writeCdata($this->encode($value));
$doc->writeCdata($value);
}
$doc->endElement();
$doc->endElement();