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