mirror of
https://github.com/yiisoft/yii2.git
synced 2026-03-05 23:14:40 +01:00
Enable phpdoc_add_missing_param_annotation rule in php-cs-fixer config. (#14681) [skip ci]
This commit is contained in:
committed by
Alexander Makarov
parent
b7079d31df
commit
0c0942d6e2
@@ -41,8 +41,8 @@ class HelpControllerTest extends TestCase
|
||||
|
||||
/**
|
||||
* Emulates running controller action.
|
||||
* @param string $actionID id of action to be run.
|
||||
* @param array $args action arguments.
|
||||
* @param string $actionID id of action to be run.
|
||||
* @param array $actionParams action arguments.
|
||||
* @return string command output.
|
||||
*/
|
||||
protected function runControllerAction($actionID, $actionParams = [])
|
||||
|
||||
Reference in New Issue
Block a user