mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #8419 from 3Dgoo/patch-1
minor i18nEntityProvider.php API documentation fix
This commit is contained in:
commit
aec562f048
@ -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"] = [
|
||||
|
Loading…
Reference in New Issue
Block a user