We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 258ce5c commit dbc70a0Copy full SHA for dbc70a0
1 file changed
src/HttpExceptionResponseDevPluginConfiguration.php
@@ -22,7 +22,7 @@
22
class HttpExceptionResponseDevPluginConfiguration extends PluginConfiguration implements HttpExceptionResponseDevPluginConfigurationInterface
23
{
24
public const CFG_DECORATED_WEIGHT = 'MICRO_HTTP_EXCEPTION_DEV_PAGE_DECORATION_WEIGHT';
25
- public const DECORATED_DEFAULT = 200;
+ public const DECORATED_DEFAULT = 1001;
26
27
public function getProjectDir(): string
28
0 commit comments