Doc block capitalization corrections as requested.

This commit is contained in:
Brian Porter 2014-08-12 10:48:12 -05:00
parent 7d8d2f2f18
commit 4a0f42e179

View file

@ -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)) {