mirror of
https://github.com/flarum/framework.git
synced 2025-02-23 16:40:54 +08:00
Apply fixes from StyleCI
This commit is contained in:
parent
a539eb9355
commit
1782e19b57
@ -61,7 +61,7 @@ class TagRepository
|
||||
* @param User|null $user
|
||||
* @return int
|
||||
*/
|
||||
public function getIdForSlug($slug, User $user = null) : ?int
|
||||
public function getIdForSlug($slug, User $user = null): ?int
|
||||
{
|
||||
$query = Tag::where('slug', $slug);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user