We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f60c4db commit d5818feCopy full SHA for d5818fe
src/Model/Api/Plugin/Settings/PropertySettingsOutput.php
@@ -4,7 +4,7 @@
4
5
class PropertySettingsOutput
6
{
7
- public string $default;
+ public mixed $default = null;
8
9
/**
10
* @var array<string, mixed>|null
0 commit comments