@@ -1,6 +1,6 @@ discard block |
||
1 | 1 | <?php |
2 | 2 | |
3 | -declare(strict_types=1); |
|
3 | +declare(strict_types = 1); |
|
4 | 4 | |
5 | 5 | namespace Vyuldashev\XmlToArray; |
6 | 6 | |
@@ -28,7 +28,7 @@ discard block |
||
28 | 28 | return $converter->toArray(); |
29 | 29 | } |
30 | 30 | |
31 | - protected function convertAttributes(DOMNamedNodeMap $nodeMap): ?array |
|
31 | + protected function convertAttributes(DOMNamedNodeMap $nodeMap): ? array |
|
32 | 32 | { |
33 | 33 | if ($nodeMap->length === 0) { |
34 | 34 | return null; |