Skip to content

Commit ff55f74

Browse files
Merge branch '4.3' into 4.4
* 4.3: [ProxyManager] fix closure binding [VarDumper] fix annotations [Console] fixed a PHP notice when there is no function
2 parents b0bfced + 89f8e45 commit ff55f74

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Translation/Translator.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,9 @@ protected function initializeCatalogue($locale)
123123
parent::initializeCatalogue($locale);
124124
}
125125

126+
/**
127+
* @internal
128+
*/
126129
protected function doLoadCatalogue($locale): void
127130
{
128131
parent::doLoadCatalogue($locale);

0 commit comments

Comments
 (0)