Ver Fonte

Fixed error applying the parameter

Andrey Helldar há 5 anos atrás
pai
commit
46e7a65e32
1 ficheiros alterados com 1 adições e 1 exclusões
  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()#'