|  | @@ -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.