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

Add previewify image provider

This commit is contained in:
tpetry 2022-06-10 13:37:33 +02:00
parent 754b3936d0
commit d12038f207
5 changed files with 140 additions and 6 deletions

View file

@ -14,5 +14,6 @@ parameters:
ignoreErrors:
# Waiting for https://github.com/phpstan/phpstan/issues/5706
- '#^Cannot call method (flipp|get|set)\(\) on ArchTech\\SEO\\SEOManager\|array\|string\|null\.$#'
- '#^Cannot call method (flipp|previewify|get|set)\(\) on ArchTech\\SEO\\SEOManager\|array\|string\|null\.$#'
- '#^Method ArchTech\\SEO\\SEOManager::flipp\(\) should return static\(ArchTech\\SEO\\SEOManager\)\|string but returns array\|string\|null\.$#'
- '#^Method ArchTech\\SEO\\SEOManager::previewify\(\) should return static\(ArchTech\\SEO\\SEOManager\)\|string but returns array\|string\|null\.$#'