Merge pull request #8419 from 3Dgoo/patch-1

minor i18nEntityProvider.php API documentation fix
This commit is contained in:
Loz Calver 2018-09-28 10:21:37 +02:00 committed by GitHub
commit aec562f048
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ interface i18nEntityProvider
* public function provideI18nEntities()
* {
* $entities = [];
* foreach($this->config()->get('my_static_array) as $key => $value) {
* foreach($this->config()->get('my_static_array') as $key => $value) {
* $entities["MyTestClass.my_static_array_{$key}"] = $value;
* }
* $entities["MyTestClass.PLURALS"] = [