diff options
Diffstat (limited to 'lib/Minz/View.php')
| -rw-r--r-- | lib/Minz/View.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Minz/View.php b/lib/Minz/View.php index 5b6676690..c208621a4 100644 --- a/lib/Minz/View.php +++ b/lib/Minz/View.php @@ -77,7 +77,7 @@ class Minz_View { * The file is searched inside list of $base_pathnames. * * @param $filename the name of the file to include. - * @return true if the file has been included, false else. + * @return boolean true if the file has been included, false else. */ private function includeFile($filename) { // We search the filename in the list of base pathnames. Only the first view |
