From 2c3189974c52123b5fa982e15c58c46d66c621fe Mon Sep 17 00:00:00 2001 From: BadPixxel Date: Tue, 13 Oct 2020 03:52:59 +0200 Subject: [PATCH] FIX: Msf update Fields --- travis/phpstan.neon | 1 + 1 file changed, 1 insertion(+) diff --git a/travis/phpstan.neon b/travis/phpstan.neon index ab2375a0..381749b4 100644 --- a/travis/phpstan.neon +++ b/travis/phpstan.neon @@ -29,6 +29,7 @@ parameters: # - '#Call to an undefined method [a-zA-Z0-9\\_]+ObjectInterface::getAttributeByCode()#' # - '#Call to an undefined method [a-zA-Z0-9\\_]+ObjectInterface::addAttributeValue()#' # - '#Call to an undefined method [a-zA-Z0-9\\_]+ObjectInterface::getMultilang()#' + - '#Access to an undefined property object::$options#' - '#Access to an undefined property ObjectModel::[a-zA-Z0-9$\\_]#' - '#Access to an undefined property Context::[a-zA-Z0-9$\\_]#' - "#Casting to float something that's already float#"