refactor: cosmetic changes (#6123)

This commit is contained in:
Alexis Saettler
2022-05-04 23:15:44 +02:00
committed by GitHub
parent 61ef0c017a
commit 1a00864eff
118 changed files with 192 additions and 176 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ class ContactsController extends Controller
return in_array($tag->name, $tagsInput);
});
$url = $tags->map(function ($tag) {
$url = $tags->map(function ($tag): string {
return 'tags[]='.urlencode($tag->name);
})->join('&');