Passed
Pull Request — master (#814)
by
unknown
02:16
created
lib/Service/LabelService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -176,7 +176,7 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.