Passed
Pull Request — master (#2254)
by Arnaud
13:41 queued 07:14
created
src/Util.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -148,7 +148,7 @@
 block discarded – undo
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' => [
Please login to merge, or discard this patch.