Passed
Push — main ( 03267e...ead171 )
by Sebastian
01:10 queued 18s
created
src/Hook/Message/Action/InjectIssueKeyFromBranch.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -141,7 +141,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.