mirror of
https://github.com/archtechx/laravel-seo.git
synced 2025-12-12 01:44:03 +00:00
Code quality
This commit is contained in:
parent
0c0cf1ef5a
commit
2dc7b7048e
5 changed files with 32 additions and 27 deletions
14
phpstan.neon
14
phpstan.neon
|
|
@ -9,16 +9,12 @@ parameters:
|
|||
|
||||
universalObjectCratesClasses:
|
||||
- Illuminate\Routing\Route
|
||||
- ArchTech\SEO\SEOManager
|
||||
|
||||
ignoreErrors:
|
||||
# -
|
||||
# message: '#Offset (.*?) does not exist on array\|null#'
|
||||
# paths:
|
||||
# - tests/*
|
||||
# -
|
||||
# message: '#expects resource, resource\|false given#'
|
||||
# paths:
|
||||
# - tests/*
|
||||
# - '#should return \$this#'
|
||||
- '#SEOManager\|array\|string\|null#'
|
||||
- '#string\|false given#'
|
||||
- '#flipp\(\) should return#'
|
||||
- '#\_\_set\(\) has no return typehint specified#'
|
||||
|
||||
checkMissingIterableValueType: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue