Some phpdoc fixes from scrutinizer.

This commit is contained in:
Robert Korulczyk
2016-11-12 22:11:30 +01:00
parent cf0952406d
commit 450eefaa50
4 changed files with 8 additions and 8 deletions

View File

@ -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');
}