Skip to content

Commit 929737e

Browse files
committed
Add github issues to baseline
1 parent 98bab15 commit 929737e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

mago-baseline.php

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12760,7 +12760,7 @@
1276012760
file = "classes/helpers/FrmFieldsHelper.php"
1276112761
code = "mixed-property-access"
1276212762
message = "Attempting to access a property on a non-object type (`mixed`)."
12763-
count = 1
12763+
count = 2
1276412764

1276512765
[[issues]]
1276612766
file = "classes/helpers/FrmFieldsHelper.php"
@@ -24840,6 +24840,12 @@
2484024840
message = "Cannot statically verify property access on a generic `object` type."
2484124841
count = 16
2484224842

24843+
[[issues]]
24844+
file = "classes/models/FrmFormAction.php"
24845+
code = "mixed-property-access"
24846+
message = "Attempting to access a property on a non-object type (`mixed`)."
24847+
count = 1
24848+
2484324849
[[issues]]
2484424850
file = "classes/models/FrmFormAction.php"
2484524851
code = "falsable-return-statement"

0 commit comments

Comments
 (0)