Browse Source

WIP #10840: fixes phpdocs [skip ci]

batch-query-test
Daniel Gomez Pan 9 years ago
parent
commit
ab18f77fcc
  1. 6
      framework/console/Controller.php

6
framework/console/Controller.php

@ -307,10 +307,10 @@ class Controller extends \yii\base\Controller
} }
/** /**
* Returns the aliases names of valid options for the action (id). * Returns option alias names.
* Child classes may override this method to specify possible aliases options. * Child classes may override this method to specify alias options.
* *
* @return array the aliases names of the options valid for the action * @return array the options alias names valid for the action
*/ */
public function optionAliases() public function optionAliases()
{ {

Loading…
Cancel
Save