Correct the datatype for the skip_frames argument in the phpDoc props Rarst.
git-svn-id: http://svn.automattic.com/wordpress/trunk@19777 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
cd4b65c7eb
commit
85a5ede786
|
@ -3666,7 +3666,7 @@ function wp_allowed_protocols() {
|
||||||
* @since 3.4
|
* @since 3.4
|
||||||
*
|
*
|
||||||
* @param string $ignore_class A class to ignore all function calls within - useful when you want to just give info about the callee
|
* @param string $ignore_class A class to ignore all function calls within - useful when you want to just give info about the callee
|
||||||
* @param string $skip_frames A number of stack frames to skip - useful for unwinding back to the source of the issue
|
* @param int $skip_frames A number of stack frames to skip - useful for unwinding back to the source of the issue
|
||||||
* @param bool $pretty Whether or not you want a comma separated string or raw array returned
|
* @param bool $pretty Whether or not you want a comma separated string or raw array returned
|
||||||
* @return string|array Either a string containing a reversed comma separated trace or an array of individual calls.
|
* @return string|array Either a string containing a reversed comma separated trace or an array of individual calls.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue