From c5ed024109b54a5acbb693d43817a433ae1d8306 Mon Sep 17 00:00:00 2001 From: AlexGx Date: Tue, 4 Mar 2014 05:08:40 +0200 Subject: [PATCH] fix phpFoc, added missing param --- framework/console/controllers/FixtureController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/framework/console/controllers/FixtureController.php b/framework/console/controllers/FixtureController.php index 858f08f165..49478cbd17 100644 --- a/framework/console/controllers/FixtureController.php +++ b/framework/console/controllers/FixtureController.php @@ -74,6 +74,7 @@ class FixtureController extends Controller * whitespace between names. Note that if you are loading fixtures to storage, for example: database or nosql, * storage will not be cleared, data will be appended to already existed. * @param array $fixtures + * @param array $except * @throws \yii\console\Exception */ public function actionLoad(array $fixtures, array $except = [])