@@ -91,7 +91,7 @@ |
||
| 91 | 91 | } |
| 92 | 92 | |
| 93 | 93 | $boardLabels = $this->labelMapper->findAll($boardId); |
| 94 | - foreach($boardLabels as $boardLabel) { |
|
| 94 | + foreach ($boardLabels as $boardLabel) { |
|
| 95 | 95 | if ($boardLabel->getTitle() === $title) { |
| 96 | 96 | throw new BadRequestException('title must be unique'); |
| 97 | 97 | break; |