Skip to content

Commit

Permalink
chore: Refresh phpstan baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
neznaika0 committed Feb 7, 2025
1 parent 4054466 commit b8ca97c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# total 33 errors
# total 35 errors

parameters:
ignoreErrors:
Expand Down Expand Up @@ -42,6 +42,11 @@ parameters:
count: 1
path: ../../tests/system/CommonFunctionsTest.php

-
message: '#^@readonly property Config\\Modules\:\:\$registrarHasData is assigned outside of its declaring class\.$#'
count: 2
path: ../../tests/system/Config/BaseConfigTest.php

-
message: '#^@readonly property Config\\Modules\:\:\$aliases is assigned outside of its declaring class\.$#'
count: 1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# total 20 errors
# total 21 errors

parameters:
ignoreErrors:
Expand All @@ -19,7 +19,7 @@ parameters:

-
message: '#^@readonly property cannot have a default value\.$#'
count: 4
count: 5
path: ../../app/Config/Modules.php

-
Expand Down

0 comments on commit b8ca97c

Please sign in to comment.