Skip to content

Commit

Permalink
Removing reference to App.encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Sep 9, 2014
1 parent 6070594 commit a9f2937
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Core/functions.php
Expand Up @@ -23,7 +23,8 @@
* Arrays will be mapped and have all their elements escaped. Objects will be string cast if they
* implement a `__toString` method. Otherwise the class name will be used.
* @param bool $double Encode existing html entities
* @param string $charset Character set to use when escaping. Defaults to config value in 'App.encoding' or 'UTF-8'
* @param string $charset Character set to use when escaping. Defaults to config value in `mb_internal_encoding()`
* or 'UTF-8'
* @return string Wrapped text
* @link http://book.cakephp.org/3.0/en/core-libraries/global-constants-and-functions.html#h
*/
Expand Down

0 comments on commit a9f2937

Please sign in to comment.