Skip to content

Commit

Permalink
Dev: Small documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Jul 29, 2016
1 parent 9a9503c commit a892e87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/libraries/PluginManager/PluginManager.php
Expand Up @@ -28,7 +28,7 @@ class PluginManager extends \PluginManager {
protected $stores = array();

/**
* @var array Tuple like ($plugin, $method)
* @var array<string, array> Array with string key to tuple value like 'eventName' => array($plugin, $method)
*/
protected $subscriptions = array();

Expand Down

0 comments on commit a892e87

Please sign in to comment.