Added return type will change to XMLWriter.php
This commit is contained in:
parent
2bba013311
commit
6b331603e6
|
|
@ -171,6 +171,7 @@ class XMLWriter extends \XMLWriter
|
|||
* @param mixed $value
|
||||
* @return bool
|
||||
*/
|
||||
#[\ReturnTypeWillChange]
|
||||
public function writeAttribute($name, $value)
|
||||
{
|
||||
if (is_float($value)) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue