mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-03 13:58:55 +08:00
Some phpdoc fixes from scrutinizer.
This commit is contained in:
@ -71,7 +71,7 @@ class CacheController extends Controller
|
||||
public function actionFlush()
|
||||
{
|
||||
$cachesInput = func_get_args();
|
||||
|
||||
|
||||
if (empty($cachesInput)) {
|
||||
throw new Exception('You should specify cache components names');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user