Skip to content

Commit 54415c1

Browse files
committed
Fix code style
1 parent 26532b5 commit 54415c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PhpWord/Shared/XMLWriter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ public function writeAttributeIf($condition, $attribute, $value)
171171
* @param mixed $value
172172
* @return bool
173173
*/
174-
#[\ReturnTypeWillChange]
174+
#[\ReturnTypeWillChange]
175175
public function writeAttribute($name, $value)
176176
{
177177
if (is_float($value)) {

0 commit comments

Comments
 (0)