mirror of
https://github.com/linuxserver/Heimdall.git
synced 2025-11-27 18:49:47 +09:00
Update to laravel 7
This commit is contained in:
15
vendor/knplabs/github-api/phpstan.neon.dist
vendored
Normal file
15
vendor/knplabs/github-api/phpstan.neon.dist
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
parameters:
|
||||
checkMissingIterableValueType: false
|
||||
|
||||
level: 6
|
||||
paths:
|
||||
- lib
|
||||
|
||||
ignoreErrors:
|
||||
# Ignore typehint errors on api classes
|
||||
-
|
||||
message: '#Method (.*) with no typehint specified\.#'
|
||||
path: lib/Github/Api
|
||||
-
|
||||
message: '#Method (.*) has no return typehint specified\.#'
|
||||
path: lib/Github/Api
|
||||
Reference in New Issue
Block a user