@@ -4,7 +4,7 @@ discard block |
||
| 4 | 4 | * For the full copyright and license information, please view the LICENSE |
| 5 | 5 | * file that was distributed with this source code. |
| 6 | 6 | */ |
| 7 | -declare(strict_types=1); |
|
| 7 | +declare(strict_types = 1); |
|
| 8 | 8 | |
| 9 | 9 | namespace App\Services\DataProviders; |
| 10 | 10 | |
@@ -129,7 +129,7 @@ discard block |
||
| 129 | 129 | * @param string $tagName |
| 130 | 130 | * @return null|string |
| 131 | 131 | */ |
| 132 | - private function getContentOf(\DOMElement $root, string $tagName): ?string |
|
| 132 | + private function getContentOf(\DOMElement $root, string $tagName): ? string |
|
| 133 | 133 | { |
| 134 | 134 | $node = $root->getElementsByTagName($tagName); |
| 135 | 135 | |