mirror of
https://github.com/archtechx/laravel-seo.git
synced 2025-12-12 09:54:03 +00:00
Update phpstan.neon
This commit is contained in:
parent
7b40e17cf9
commit
adc38d6061
1 changed files with 1 additions and 1 deletions
|
|
@ -10,9 +10,9 @@ parameters:
|
||||||
universalObjectCratesClasses:
|
universalObjectCratesClasses:
|
||||||
- Illuminate\Routing\Route
|
- Illuminate\Routing\Route
|
||||||
- ArchTech\SEO\SEOManager
|
- ArchTech\SEO\SEOManager
|
||||||
checkMissingIterableValueType: false
|
|
||||||
|
|
||||||
ignoreErrors:
|
ignoreErrors:
|
||||||
|
- identifier: missingType.iterableValue
|
||||||
- '#^Method ArchTech\\SEO\\SEOManager::flipp\(\) should return static\(ArchTech\\SEO\\SEOManager\)\|string but returns 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\.$#'
|
- '#^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\.$#'
|
- '#^Method ArchTech\\SEO\\SEOManager::render\(\) has parameter \$args with no type specified\.$#'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue