Skip to content

Commit

Permalink
Fully sync with larastans vendor file and explain the changes within
Browse files Browse the repository at this point in the history
  • Loading branch information
mfn committed Aug 16, 2019
1 parent ede382d commit dc95e79
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions larastan.neon
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# This is copied from vendor/nunomaduro/larastan/extension.neon
#
# The `ignoreErrors` have been commented out (un-ignored…), as they don't apply
# and because in our phpstan.neon.dist we enable `reportUnmatchedIgnoredErrors`
parameters:
scopeClass: NunoMaduro\Larastan\Analyser\Scope
universalObjectCratesClasses:
Expand All @@ -14,6 +18,9 @@ parameters:
#- '#Property App\\Http\\Middleware\\TrustProxies::\$headers \(string\) does not accept default value of type int#'
# Ignore error from issue #244
#- '#Cannot call method viaRequest\(\) on Illuminate\\Auth\\AuthManager\|null\.#'
bootstrap: %rootDir%/../../nunomaduro/larastan/bootstrap.php
reportUnmatchedIgnoredErrors: false

services:
-
class: NunoMaduro\Larastan\Methods\Extension
Expand Down

0 comments on commit dc95e79

Please sign in to comment.