1
0
Fork 0
mirror of https://github.com/archtechx/laravel-seo.git synced 2026-05-06 09:44:03 +00:00
laravel-seo/phpstan.neon
Al Amin Ahamed 713ecea0d5
Intervention Image v3 support (#45)
* fix: type error to assign the drie for image manager class

* fix: update package names and handle Intervention Image versioning in favicon generation

* fix: update intervention/image version constraint in composer.json

* cleanup, run CI tests with both intervention v2 and v3

* ci: composer require --dev

* phpstan fixes

---------

Co-authored-by: Samuel Štancl <samuel@archte.ch>
2026-03-31 03:48:26 +02:00

19 lines
756 B
Text

includes:
- ./vendor/larastan/larastan/extension.neon
parameters:
paths:
- src
level: 8
universalObjectCratesClasses:
- Illuminate\Routing\Route
- ArchTech\SEO\SEOManager
ignoreErrors:
- '#^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\.$#'
- '#^Method ArchTech\\SEO\\SEOManager::render\(\) has parameter \$args with no type specified\.$#'
- '#^Parameter \#1 \$value of function e expects#'
- identifier: missingType.iterableValue