You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/PHPStan/Analyser/nsrt/bug-11311.php
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,6 @@ function bug11331c(string $url):void {
57
57
| (?# the alternation making it so that only either should match)
58
58
git@([^:]+):/? (?# group 2 here can be null if group 1 matches)
59
59
)
60
-
(?# removing what follows makes the two first groups nullable, although it then has group 2 unsettable which looks buggy too as PREG_UNMATCHED_AS_NULL is present)
0 commit comments