@@ -162,7 +162,7 @@ |
||
| 162 | 162 | { |
| 163 | 163 | $issueID = preg_replace_callback( |
| 164 | 164 | '/\$(\d+)/', |
| 165 | - function ($matches) use ($issueID) { |
|
| 165 | + function($matches) use ($issueID) { |
|
| 166 | 166 | return $matches[1] === '1' ? $issueID : ''; |
| 167 | 167 | }, |
| 168 | 168 | $pattern |