mirror of
https://github.com/flarum/core.git
synced 2025-08-15 12:54:47 +02:00
Apply fixes from StyleCI
This commit is contained in:
committed by
StyleCI Bot
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);
|
||||
|
||||
|
Reference in New Issue
Block a user