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

Fix return type of SEOManager::meta

This commit is contained in:
Viktor Szépe 2021-11-14 20:13:56 +00:00
parent 6a48873d07
commit 5b5115b8c3

View file

@ -251,7 +251,7 @@ class SEOManager
* Get or set metadata.
* @param string|array $key The key or key-value pair being set.
* @param string|array|null $value The value (if a single key is provided).
* @return $this|string
* @return $this|string|null
*/
public function meta(string|array $key, string|array $value = null): mixed
{