@@ -69,7 +69,6 @@ discard block |
||
| 69 | 69 | |
| 70 | 70 | /** |
| 71 | 71 | * Load extra config files. |
| 72 | - * @param array $config |
|
| 73 | 72 | * @return void |
| 74 | 73 | */ |
| 75 | 74 | public function loadExtraVendor($dir) |
@@ -134,6 +133,9 @@ discard block |
||
| 134 | 133 | return $controller; |
| 135 | 134 | } |
| 136 | 135 | |
| 136 | + /** |
|
| 137 | + * @param string $string |
|
| 138 | + */ |
|
| 137 | 139 | public function runRequest($string) |
| 138 | 140 | { |
| 139 | 141 | $request = Yii::createObject([ |