Commit cf9597a7 by Carsten Brandt

code style

parent a8ef7bab
...@@ -33,8 +33,8 @@ class TwigSimpleFileLoader implements \Twig_LoaderInterface ...@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment