fix phpFoc, added missing param

This commit is contained in:
AlexGx
2014-03-04 05:08:40 +02:00
parent 0f50e038c8
commit c5ed024109

View File

@ -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, * 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. * storage will not be cleared, data will be appended to already existed.
* @param array $fixtures * @param array $fixtures
* @param array $except
* @throws \yii\console\Exception * @throws \yii\console\Exception
*/ */
public function actionLoad(array $fixtures, array $except = []) public function actionLoad(array $fixtures, array $except = [])