Skip to content

Commit 7c0ea14

Browse files
Merge branch '4.3' into 4.4
* 4.3: Add missed use class for Symfony\Bundle\FrameworkBundle\Test\WebTestCase::$client [HttpClient] Minor fix in an error message Fix parameter documentation for Inflector::pluralize() method Use a more appropriate group when deprecating mode 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 [FrameworkBundle] Add a validation on the messenger section
2 parents 080d8ca + 4c02cf1 commit 7c0ea14

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)