From 4a0f42e179d4a13ad1e3529c9a437b0d83b01d44 Mon Sep 17 00:00:00 2001 From: Brian Porter Date: Tue, 12 Aug 2014 10:48:12 -0500 Subject: [PATCH] Doc block capitalization corrections as requested. --- lib/Cake/Model/CakeSchema.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/Cake/Model/CakeSchema.php b/lib/Cake/Model/CakeSchema.php index 39e1fae3f..bf8af0842 100644 --- a/lib/Cake/Model/CakeSchema.php +++ b/lib/Cake/Model/CakeSchema.php @@ -718,9 +718,9 @@ class CakeSchema extends Object { /** * Attempts to require the schema file specified * - * @param string $path filesystem path to the file - * @param string $file filesystem basename of the file - * @return bool true when a file was successfully included, false on failure + * @param string $path Filesystem path to the file + * @param string $file Filesystem basename of the file + * @return bool True when a file was successfully included, false on failure */ protected function _requireFile($path, $file) { if (file_exists($path . DS . $file) && is_file($path . DS . $file)) {