Fixing docblock for pr()

This commit is contained in:
ADmad 2010-03-18 03:50:14 +05:30
parent e2113e4aa2
commit 4012925a26

View file

@ -345,7 +345,6 @@ if (!function_exists('array_combine')) {
*
* @see debug()
* @param array $var Variable to print out
* @param boolean $showFrom If set to true, the method prints from where the function was called
* @link http://book.cakephp.org/view/707/pr
*/
function pr($var) {