@@ -148,7 +148,7 @@ |
||
| 148 | 148 | * |
| 149 | 149 | * @return array|false An associative array with 'type' and 'url' keys if a match is found, or false otherwise |
| 150 | 150 | */ |
| 151 | - public static function matchesUrlPattern(string $url): array|false |
|
| 151 | + public static function matchesUrlPattern(string $url): array | false |
|
| 152 | 152 | { |
| 153 | 153 | $services = [ |
| 154 | 154 | 'youtube' => [ |