1
0
Fork 0
mirror of https://github.com/archtechx/laravel-seo.git synced 2025-12-12 01:44:03 +00:00

Merge branch 'fix/phpstan' of github.com:szepeviktor/laravel-seo into fix/phpstan

This commit is contained in:
Viktor Szépe 2021-11-15 17:20:51 +00:00
commit 3da97e10b6

View file

@ -287,7 +287,7 @@ class SEOManager
/**
* Handle magic set.
*
* @phpstan-return string|array|null
* @return string|array|null
*/
public function __set(string $key, string $value)
{