Passed
Push — develop ( 04c5fc...077b4c )
by Greg
07:06
created
app/GedcomElements/AbstractElement.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
  */
45 45
 abstract class AbstractElement implements GedcomElementInterface
46 46
 {
47
-    private const REGEX_URL  = '~((https?|ftp]):)(//([^\s/?#<>]*))?([^\s?#<>]*)(\?([^\s#<>]*))?(#[^\s?#<>]+)?~';
47
+    private const REGEX_URL = '~((https?|ftp]):)(//([^\s/?#<>]*))?([^\s?#<>]*)(\?([^\s#<>]*))?(#[^\s?#<>]+)?~';
48 48
 
49 49
     /** @var string A label to describe this element */
50 50
     private $label;
Please login to merge, or discard this patch.