mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Doc block capitalization corrections as requested.
This commit is contained in:
parent
7d8d2f2f18
commit
4a0f42e179
1 changed files with 3 additions and 3 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Reference in a new issue