From 607f7e725487ce0eb0339b288ce9e58036dad4a0 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sat, 8 May 2021 10:27:18 +0200 Subject: Fix several comments syntaxes (#3615) Mainly wrong `@return` types in comments --- lib/Minz/View.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Minz/View.php') 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 -- cgit v1.2.3