diff options
| author | 2021-05-08 10:27:18 +0200 | |
|---|---|---|
| committer | 2021-05-08 10:27:18 +0200 | |
| commit | 607f7e725487ce0eb0339b288ce9e58036dad4a0 (patch) | |
| tree | 5143afbcdcf15e22b70a93e1f4744cc85eea8517 /lib/Minz/View.php | |
| parent | 224b20edd16a6abd4879fe0e9e0f4c1608c9accf (diff) | |
Fix several comments syntaxes (#3615)
Mainly wrong `@return` types in comments
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 |
