Skip to content

Commit 89f8e45

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

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)