Merge pull request #1234 from shina/patch-1

Small typo in docblock
This commit is contained in:
Samuel Georges 2015-06-27 09:44:08 +10:00
commit 01d8d653bb

View File

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