diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index ce04d526a0c2..b78aae5fd3ca 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -11458,17 +11458,6 @@ parameters: count: 1 path: libraries/src/MVC/Model/BaseModel.php - - - message: ''' - #^Usage of deprecated trait Joomla\\CMS\\Object\\LegacyPropertyManagementTrait in class Joomla\\CMS\\MVC\\Model\\BaseModel\: - 4\.3\.0 will be removed in 7\.0 - Will be removed without replacement - Create proper setter functions for the individual properties or use a \\Joomla\\Registry\\Registry$# - ''' - identifier: traitUse.deprecatedTrait - count: 1 - path: libraries/src/MVC/Model/BaseModel.php - - message: ''' #^Call to deprecated method getError\(\) of class Joomla\\CMS\\Table\\Table\: @@ -11523,17 +11512,6 @@ parameters: count: 1 path: libraries/src/MVC/View/AbstractView.php - - - message: ''' - #^Usage of deprecated trait Joomla\\CMS\\Object\\LegacyPropertyManagementTrait in class Joomla\\CMS\\MVC\\View\\AbstractView\: - 4\.3\.0 will be removed in 7\.0 - Will be removed without replacement - Create proper setter functions for the individual properties or use a \\Joomla\\Registry\\Registry$# - ''' - identifier: traitUse.deprecatedTrait - count: 1 - path: libraries/src/MVC/View/AbstractView.php - - message: '#^Access to an undefined property Joomla\\CMS\\MVC\\View\\CategoriesView\:\:\$maxLevelcat\.$#' identifier: property.notFound