XMLWriter ReturnTypeWillChange fix

add  #[\ReturnTypeWillChange] Attribute to the function writeAttribute (php 8.1 deprecate warning)
This commit is contained in:
Christian Stein 2022-06-08 14:22:51 +02:00 committed by GitHub
parent fc18246b20
commit 91416e48ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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