@@ -9,7 +9,7 @@ |
||
9 | 9 | final class GithubPullRequestParser implements InlineParserInterface |
10 | 10 | { |
11 | 11 | // Regex used to match Github pull request link. |
12 | - public const REGEXP_PURLLREQUEST = '\bhttps?:\/\/github\.com\/(?<repo>[\w-]+\/[\w-]+)\/'. |
|
12 | + public const REGEXP_PURLLREQUEST = '\bhttps?:\/\/github\.com\/(?<repo>[\w-]+\/[\w-]+)\/' . |
|
13 | 13 | '(?<type>issues|pull)\/(?<issue>\d+)'; |
14 | 14 | |
15 | 15 | public function getMatchDefinition(): InlineParserMatch |