@@ -176,7 +176,7 @@ |
||
| 176 | 176 | */ |
| 177 | 177 | private function checkDuplicateTitle($boardId, $title) { |
| 178 | 178 | $boardLabels = $this->labelMapper->findAll($boardId); |
| 179 | - foreach($boardLabels as $boardLabel) { |
|
| 179 | + foreach ($boardLabels as $boardLabel) { |
|
| 180 | 180 | if ($boardLabel->getTitle() === $title) { |
| 181 | 181 | throw new BadRequestException('title must be unique'); |
| 182 | 182 | break; |