PHPDocs and code style fixed

This commit is contained in:
Dmitry Naumenko
2017-04-26 09:26:01 +03:00
committed by GitHub
parent 2fbc5440ba
commit 63253ceafc

View File

@ -791,7 +791,7 @@ class ActiveQuery extends Query implements ActiveQueryInterface
}
/**
* Table names based on from
* Table names based on [[from]]
* @return string[] table names
* @throws \yii\base\InvalidConfigException
* @since 2.0.12
@ -819,7 +819,7 @@ class ActiveQuery extends Query implements ActiveQueryInterface
}
/**
* @return string[] table aliases based on from
* @return string[] table aliases based on [[from]]
* @throws \yii\base\InvalidConfigException
* @since 2.0.12
*/