Passed
Push — issue-68 ( e286f9 )
by Fèvre
06:22
created
app/Markdown/GithubPullRequest/GithubPullRequestParser.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
 final class GithubPullRequestParser implements InlineParserInterface
9 9
 {
10 10
     // Regex used to match Github pull request link.
11
-    const REGEXP_PURLLREQUEST = '\bhttps?:\/\/github\.com\/(?<repo>[\w-]+\/[\w-]+)\/'.
11
+    const REGEXP_PURLLREQUEST = '\bhttps?:\/\/github\.com\/(?<repo>[\w-]+\/[\w-]+)\/' .
12 12
         '(?<type>issues|pull)\/(?<issue>\d+)';
13 13
 
14 14
     public function getMatchDefinition(): InlineParserMatch
Please login to merge, or discard this patch.