mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
minor i18nEntityProvider.php API documentation fix
Fixing documentation typo.
This commit is contained in:
parent
89df5515ae
commit
785b0c69da
@ -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…
x
Reference in New Issue
Block a user