mirror of
https://github.com/archtechx/laravel-seo.git
synced 2026-05-06 17:54:03 +00:00
* 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>
19 lines
756 B
Text
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
|