Completed
Push — master ( cb2d5d...c3efe5 )
by Adam
44s
created
app/Services/Parser/Extensions/LinkSupport.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
 {
10 10
     protected function linkHasLabel(Link $link): bool
11 11
     {
12
-        return $link->firstChild() instanceof Text && $link->firstChild()?->getLiteral() !== $link->getUrl();
12
+        return $link->firstChild() instanceof Text && $link->firstChild() ? ->getLiteral() !== $link->getUrl();
13 13
     }
14 14
 
15 15
     protected function isValidLink(array | bool $components): bool
Please login to merge, or discard this patch.