mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-06 23:33:13 +08:00
Updated to coding standard v2.1
This commit is contained in:
@@ -189,7 +189,7 @@ class ShortUrl extends AbstractEntity
|
||||
$hasAllTags = count($shortUrlTags) === count($tags) && array_reduce(
|
||||
$tags,
|
||||
fn (bool $hasAllTags, string $tag) => $hasAllTags && contains($shortUrlTags, $tag),
|
||||
true
|
||||
true,
|
||||
);
|
||||
|
||||
return $hasAllTags;
|
||||
|
||||
Reference in New Issue
Block a user