mirror of
https://github.com/flarum/core.git
synced 2025-08-16 13:24:11 +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
|
* @param User|null $user
|
||||||
* @return int
|
* @return int
|
||||||
*/
|
*/
|
||||||
public function getIdForSlug($slug, User $user = null) : ?int
|
public function getIdForSlug($slug, User $user = null): ?int
|
||||||
{
|
{
|
||||||
$query = Tag::where('slug', $slug);
|
$query = Tag::where('slug', $slug);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user