Browse Source

Fixed error applying the parameter

Andrey Helldar 5 years ago
parent
commit
46e7a65e32
1 changed files with 1 additions and 1 deletions
  1. 1 1
      phpstan.neon

+ 1 - 1
phpstan.neon

@@ -1,7 +1,7 @@
 parameters:
     level: 5
     reportUnmatchedIgnoredErrors: false
-    inferPrivatePropertyTypeFromConstructor:: true
+    inferPrivatePropertyTypeFromConstructor: true
     ignoreErrors:
         - '#Call to an undefined static method Illuminate\\Support\\Facades\\Route::getRoutes().#'
         - '#Call to an undefined static method Illuminate\\Support\\Facades\\URL::forceRootUrl()#'