Skip to content

Commit 04729e9

Browse files
Merge branch '4.4'
* 4.4: [HttpKernel] Make DebugHandlersListener internal HttpKernel 4.4 is incompatible with Console 5 because of the EventDispatcher changes. Add missed use class for Symfony\Bundle\FrameworkBundle\Test\WebTestCase::$client bump Twig bridge dependency [HttpClient] Minor fix in an error message Fix parameter documentation for Inflector::pluralize() method Use a more appropriate group when deprecating mode Marked several components as incompatible with EventDispatcher 5. bumped Symfony version to 4.3.1 updated VERSION for 4.3.0 updated CHANGELOG for 4.3.0 [FrameworkBundle] fix test fixture using deprecated controller and add missing deprecation exchanged $rootDir and $fileLinkFormatter arguments in DebugCommand [FrameworkBundle] Add a validation on the messenger section
2 parents 1faada1 + 7c0ea14 commit 04729e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DeprecationErrorHandler.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,9 +228,9 @@ private function getConfiguration()
228228
return $this->configuration = Configuration::inWeakMode();
229229
}
230230
if (self::MODE_WEAK_VENDORS === $mode) {
231-
++$this->deprecations['remaining selfCount'];
231+
++$this->deprecations['remaining directCount'];
232232
$msg = sprintf('Setting SYMFONY_DEPRECATIONS_HELPER to "%s" is deprecated in favor of "max[self]=0"', $mode);
233-
$ref = &$this->deprecations['remaining self'][$msg]['count'];
233+
$ref = &$this->deprecations['remaining direct'][$msg]['count'];
234234
++$ref;
235235
$mode = 'max[self]=0';
236236
}

0 commit comments

Comments
 (0)