Completed
Pull Request — master (#6)
by Guilh
04:05
created
src/parts/TagsPart.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
 	private function mergeTags(static $model, $overwrite = false) {
21 21
 		$newTags = [];
22 22
 		foreach ($model->tags as $tag) {
23
-			$find = $this->tags->find(function(Tag $element) use ($tag) {
23
+			$find = $this->tags->find(function (Tag $element) use ($tag) {
24 24
 				return $tag->getName() === $element->getName();
25 25
 			});
26 26
 
Please login to merge, or discard this patch.