Skip to content

Commit b8ca97c

Browse files
committed
chore: Refresh phpstan baseline
1 parent 4054466 commit b8ca97c

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

utils/phpstan-baseline/property.readOnlyByPhpDocAssignOutOfClass.neon

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# total 33 errors
1+
# total 35 errors
22

33
parameters:
44
ignoreErrors:
@@ -42,6 +42,11 @@ parameters:
4242
count: 1
4343
path: ../../tests/system/CommonFunctionsTest.php
4444

45+
-
46+
message: '#^@readonly property Config\\Modules\:\:\$registrarHasData is assigned outside of its declaring class\.$#'
47+
count: 2
48+
path: ../../tests/system/Config/BaseConfigTest.php
49+
4550
-
4651
message: '#^@readonly property Config\\Modules\:\:\$aliases is assigned outside of its declaring class\.$#'
4752
count: 1

utils/phpstan-baseline/property.readOnlyByPhpDocDefaultValue.neon

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# total 20 errors
1+
# total 21 errors
22

33
parameters:
44
ignoreErrors:
@@ -19,7 +19,7 @@ parameters:
1919

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

2525
-

0 commit comments

Comments
 (0)