Skip to content

Commit c6288ea

Browse files
committed
Style fix (#64)
1 parent 0594bbc commit c6288ea

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

TaggablePSR6PoolAdapter.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,9 @@ protected function removeListItem($name, $key)
203203
$list = [];
204204
}
205205

206-
$list = array_filter($list, function ($value) use ($key) { return $value !== $key; });
206+
$list = array_filter($list, function ($value) use ($key) {
207+
return $value !== $key;
208+
});
207209

208210
$listItem->set($list);
209211
$this->tagStorePool->save($listItem);

0 commit comments

Comments
 (0)