Skip to content

Commit 85bb7b4

Browse files
fix
1 parent d16578d commit 85bb7b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

DeprecationErrorHandler.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ private function getConfiguration()
231231
$msg = sprintf('Setting SYMFONY_DEPRECATIONS_HELPER to "%s" is deprecated in favor of "max[self]=0"', $mode);
232232
$ref = &$this->deprecations['remaining self'][$msg]['count'];
233233
++$ref;
234+
$mode = 'max[self]=0';
234235
}
235236
if (isset($mode[0]) && '/' === $mode[0]) {
236237
return $this->configuration = Configuration::fromRegex($mode);

0 commit comments

Comments
 (0)