Fix documentation of PhpMessageSource::$basePath

This commit is contained in:
nkovacs
2015-02-09 16:11:39 +01:00
parent 01e37b0e5b
commit ada9abe6b1

View File

@ -34,8 +34,7 @@ use Yii;
class PhpMessageSource extends MessageSource
{
/**
* @var string the base path for all translated messages. Defaults to null, meaning
* the "messages" subdirectory of the application directory (e.g. "protected/messages").
* @var string the base path for all translated messages. Defaults to '@app/messages'.
*/
public $basePath = '@app/messages';
/**