minor i18nEntityProvider.php API documentation fix

Fixing documentation typo.
This commit is contained in:
3Dgoo 2018-09-28 10:28:00 +10:00 committed by GitHub
parent 89df5515ae
commit 785b0c69da
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"] = [