Browse Source

Merge pull request #9150 from mickgeek/patch-1

Fixing a typo [skip ci]
tags/2.0.6
Alexander Makarov 9 years ago
parent
commit
6e85e9d532
  1. 2
      framework/caching/FileDependency.php

2
framework/caching/FileDependency.php

@ -13,7 +13,7 @@ use yii\base\InvalidConfigException;
/**
* FileDependency represents a dependency based on a file's last modification time.
*
* If th last modification time of the file specified via [[fileName]] is changed,
* If the last modification time of the file specified via [[fileName]] is changed,
* the dependency is considered as changed.
*
* @author Qiang Xue <qiang.xue@gmail.com>

Loading…
Cancel
Save