mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-09 01:27:20 +08:00
code style
This commit is contained in:
@ -33,8 +33,8 @@ class TwigSimpleFileLoader implements \Twig_LoaderInterface
|
|||||||
/**
|
/**
|
||||||
* Compare a file's freshness with previously stored timestamp
|
* Compare a file's freshness with previously stored timestamp
|
||||||
*
|
*
|
||||||
* @param $name string file name to check
|
* @param string $name file name to check
|
||||||
* @param $time int timestamp to compare with
|
* @param integer $time timestamp to compare with
|
||||||
* @return boolean true if file is still fresh and not changes, false otherwise
|
* @return boolean true if file is still fresh and not changes, false otherwise
|
||||||
*/
|
*/
|
||||||
public function isFresh($name, $time)
|
public function isFresh($name, $time)
|
||||||
|
|||||||
Reference in New Issue
Block a user