Skip to content

Commit 6be6d77

Browse files
committed
code style
1 parent 595671f commit 6be6d77

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Providers/Html.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ public function getTags()
7171
array_map('trim', explode(',', $keywords)),
7272
function ($value) {
7373
return !empty($value) && substr($value, -3) !== '...';
74-
});
74+
}
75+
);
7576
}
7677

7778
/**

0 commit comments

Comments
 (0)