Small typo error in docblock

This commit is contained in:
Leonardo Shinagawa 2015-06-24 09:14:44 -03:00
parent c87b075440
commit 171e5e2278
1 changed files with 2 additions and 2 deletions

View File

@ -96,11 +96,11 @@ abstract class PluginBase extends ServiceProviderBase
* The widgets must be returned in the following format:
* [
* 'className1'=>[
* 'name' => 'My widget 1',
* 'label' => 'My widget 1',
* 'context' => ['context-1', 'context-2'],
* ],
* 'className2' => [
* 'name' => 'My widget 2',
* 'label' => 'My widget 2',
* 'context' => 'context-1'
* ]
* ]