Quellcode durchsuchen

Fixed error applying the parameter

Andrey Helldar vor 5 Jahren
Ursprung
Commit
46e7a65e32
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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()#'