Completed
Push — master ( cfe40a...98ddc5 )
by Adam
39s
created
app/Services/Parser/Extensions/YoutubeLinkProcessor.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@
 block discarded – undo
56 56
 
57 57
     private function linkLabelIsDifferent(Link $link): bool
58 58
     {
59
-        return $link->firstChild() instanceof Text && $link->firstChild()?->getLiteral() !== $link->getUrl();
59
+        return $link->firstChild() instanceof Text && $link->firstChild() ? ->getLiteral() !== $link->getUrl();
60 60
     }
61 61
 
62 62
     private function makeIframeFromFullPath(array $components): ?Iframe
Please login to merge, or discard this patch.