1
0
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:
Franz Liedke
2020-01-07 23:47:56 +00:00
committed by StyleCI Bot
parent a539eb9355
commit 1782e19b57

View File

@@ -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);