@@ -141,7 +141,7 @@ |
||
| 141 | 141 | if (!empty($pattern)) { |
| 142 | 142 | $issueID = preg_replace_callback( |
| 143 | 143 | '/\$(\d+)/', |
| 144 | - function ($matches) use ($issueID) { |
|
| 144 | + function($matches) use ($issueID) { |
|
| 145 | 145 | return $matches[1] === '1' ? $issueID : ''; |
| 146 | 146 | }, |
| 147 | 147 | $pattern |