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 d16578d commit 85bb7b4Copy full SHA for 85bb7b4
DeprecationErrorHandler.php
@@ -231,6 +231,7 @@ private function getConfiguration()
231
$msg = sprintf('Setting SYMFONY_DEPRECATIONS_HELPER to "%s" is deprecated in favor of "max[self]=0"', $mode);
232
$ref = &$this->deprecations['remaining self'][$msg]['count'];
233
++$ref;
234
+ $mode = 'max[self]=0';
235
}
236
if (isset($mode[0]) && '/' === $mode[0]) {
237
return $this->configuration = Configuration::fromRegex($mode);
0 commit comments