shalvah 4 years ago
parent
commit
86ce875d44
1 changed files with 6 additions and 6 deletions
  1. 6 6
      phpstan.neon

+ 6 - 6
phpstan.neon

@@ -3,13 +3,13 @@ parameters:
     reportUnmatchedIgnoredErrors: false
     reportUnmatchedIgnoredErrors: false
     inferPrivatePropertyTypeFromConstructor: true
     inferPrivatePropertyTypeFromConstructor: true
     ignoreErrors:
     ignoreErrors:
-        - '#Call to an undefined static method Illuminate\\Support\\Facades\\Route::getRoutes().#'
-        - '#Call to an undefined static method Illuminate\\Support\\Facades\\URL::forceRootUrl()#'
-        - '#Call to an undefined static method Illuminate\\Support\\Facades\\URL::formatRoot()#'
+        - '#Call to an undefined static method Illuminate\\Support\\Facades\\Route::getRoutes\(\).#'
+        - '#Call to an undefined static method Illuminate\\Support\\Facades\\URL::forceRootUrl\(\)#'
+        - '#Call to an undefined static method Illuminate\\Support\\Facades\\URL::formatRoot\(\)#'
         - '#Cannot access offset .+ on Illuminate\\Contracts\\Foundation\\Application.#'
         - '#Cannot access offset .+ on Illuminate\\Contracts\\Foundation\\Application.#'
-        - '#Call to an undefined method Illuminate\\Routing\\Route::versions().#'
-        - '#Call to an undefined method Illuminate\\Contracts\\Validation\\Validator::getRules().#'
-        - '#Call to an undefined method ReflectionType::getName().#'
+        - '#Call to an undefined method Illuminate\\Routing\\Route::versions\(\).#'
+        - '#Call to an undefined method Illuminate\\Contracts\\Validation\\Validator::getRules\(\).#'
+        - '#Call to an undefined method ReflectionType::getName\(\).#'
         - '#(.*)NunoMaduro\\Collision(.*)#'
         - '#(.*)NunoMaduro\\Collision(.*)#'
         - '#Instantiated class Whoops\\Exception\\Inspector not found\.#'
         - '#Instantiated class Whoops\\Exception\\Inspector not found\.#'
         - '#.+Dingo.+#'
         - '#.+Dingo.+#'