Skip to content

Commit cdeadcf

Browse files
committed
Update phpstan-baseline.neon
1 parent 0d0c739 commit cdeadcf

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

phpstan-baseline.neon

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16866,10 +16866,8 @@ parameters:
1686616866

1686716867
-
1686816868
message: '''
16869-
#^Call to method __construct\(\) of deprecated class Joomla\\CMS\\Object\\CMSObject\:
16870-
4\.3 will be removed in 6\.0
16871-
Use \\stdClass or \\Joomla\\Registry\\Registry instead\.
16872-
Example\: new \\Joomla\\Registry\\Registry\(\);$#
16869+
#^Call to method __construct\(\) of deprecated class Joomla\\CMS\\MVC\\Model\\State\:
16870+
5\.0\.0 will be removed in 7\.0, use the Registry directly$#
1687316871
'''
1687416872
identifier: method.deprecatedClass
1687516873
count: 1
@@ -16883,10 +16881,8 @@ parameters:
1688316881

1688416882
-
1688516883
message: '''
16886-
#^Instantiation of deprecated class Joomla\\CMS\\Object\\CMSObject\:
16887-
4\.3 will be removed in 6\.0
16888-
Use \\stdClass or \\Joomla\\Registry\\Registry instead\.
16889-
Example\: new \\Joomla\\Registry\\Registry\(\);$#
16884+
#^Instantiation of deprecated class Joomla\\CMS\\MVC\\Model\\State\:
16885+
5\.0\.0 will be removed in 7\.0, use the Registry directly$#
1689016886
'''
1689116887
identifier: new.deprecatedClass
1689216888
count: 1

0 commit comments

Comments
 (0)