We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9dbb2c0 + b41efa3 commit c3dd6e4Copy full SHA for c3dd6e4
flymake-phpstan.el
@@ -70,7 +70,7 @@
70
while (search-forward-regexp
71
(eval-when-compile
72
(rx line-start (1+ (not (any ":"))) ":"
73
- (group-n 1 (one-or-more digit)) ":"
+ (group-n 1 (one-or-more (not (any ":")))) ":"
74
(group-n 2 (one-or-more not-newline)) line-end))
75
nil t)
76
for msg = (match-string 2)
0 commit comments