Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 0 additions & 22 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -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\:
Expand Down Expand Up @@ -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
Expand Down