Added return type will change to XMLWriter.php

This commit is contained in:
Michael Als 2022-03-30 12:42:45 +00:00
parent 2bba013311
commit 6b331603e6
1 changed files with 1 additions and 0 deletions

View File

@ -171,6 +171,7 @@ class XMLWriter extends \XMLWriter
* @param mixed $value * @param mixed $value
* @return bool * @return bool
*/ */
#[\ReturnTypeWillChange]
public function writeAttribute($name, $value) public function writeAttribute($name, $value)
{ {
if (is_float($value)) { if (is_float($value)) {