mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Fix link in comment
This commit is contained in:
parent
e5b36f696d
commit
dedefee87e
1 changed files with 1 additions and 1 deletions
|
@ -259,7 +259,7 @@ if (!function_exists('am')) {
|
|||
* @param array Third array
|
||||
* @param array Etc...
|
||||
* @return array All array parameters merged into one
|
||||
* @link http://book.cakephp.org/2.0/en/development/debugging.html#am
|
||||
* @link http://book.cakephp.org/2.0/en/core-libraries/global-constants-and-functions.html#am
|
||||
*/
|
||||
function am() {
|
||||
$r = array();
|
||||
|
|
Loading…
Reference in a new issue