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 8bb5e4b commit f074e69Copy full SHA for f074e69
DeprecationErrorHandler/Configuration.php
@@ -310,7 +310,7 @@ public static function fromUrlEncodedString($serializedConfiguration)
310
}
311
312
$normalizedConfiguration += [
313
- 'max' => [],
+ 'max' => ['total' => 0],
314
'disabled' => false,
315
'verbose' => true,
316
'quiet' => [],
@@ -336,7 +336,7 @@ public static function fromUrlEncodedString($serializedConfiguration)
336
337
338
return new self(
339
- $normalizedConfiguration['max'] ?? [],
+ $normalizedConfiguration['max'],
340
'',
341
$verboseOutput,
342
$normalizedConfiguration['ignoreFile'],
0 commit comments