Fix code style

This commit is contained in:
Adrien Crivelli 2022-09-15 17:55:24 +02:00
parent 26532b5f3f
commit 54415c113b
No known key found for this signature in database
GPG Key ID: 16D79B903B4B5874
1 changed files with 1 additions and 1 deletions

View File

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