@@ -60,7 +60,7 @@ |
||
| 60 | 60 | $matchPattern = sprintf('(%s-[0-9]{1,})i', $_ENV['GITLAB_PATTERN']); |
| 61 | 61 | $resultMatch = preg_match($matchPattern, $target_title, $match); |
| 62 | 62 | if (0 === $resultMatch || !isset($match[0])) { |
| 63 | - throw new \Exception('gitlab needle not found for target_title: '.$target_title); |
|
| 63 | + throw new \Exception('gitlab needle not found for target_title: ' . $target_title); |
|
| 64 | 64 | } |
| 65 | 65 | |
| 66 | 66 | return strtoupper($match[0]); |
@@ -81,7 +81,7 @@ |
||
| 81 | 81 | $matchPattern = sprintf('(%s-[0-9]{1,})i', $_ENV['GITLAB_PATTERN']); |
| 82 | 82 | $resultMatch = preg_match($matchPattern, $target_title, $match); |
| 83 | 83 | if (0 === $resultMatch || !isset($match[0])) { |
| 84 | - throw new \Exception('gitlab needle not found for target_title: '.$target_title); |
|
| 84 | + throw new \Exception('gitlab needle not found for target_title: ' . $target_title); |
|
| 85 | 85 | } |
| 86 | 86 | |
| 87 | 87 | return strtoupper($match[0]); |