| Total Complexity | 7 |
| Total Lines | 31 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 17 | class AccountController extends Controller |
||
| 18 | { |
||
| 19 | /** |
||
| 20 | * Update account usernames. |
||
| 21 | * format: username1_from,username1_to1,name1;username2_from,username2_to,name2;username3_from,username3_to,name3 |
||
| 22 | * |
||
| 23 | * @param $names |
||
| 24 | * @return int |
||
| 25 | * @throws \Throwable |
||
| 26 | * @throws \yii\db\StaleObjectException |
||
| 27 | */ |
||
| 28 | public function actionUpdateName($names) |
||
| 53 | } |