Docs: Use more specific types in parameter descriptions in place of mixed.

See #48303.

git-svn-id: https://develop.svn.wordpress.org/trunk@47397 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
John Blackbourn
2020-03-01 10:36:38 +00:00
parent ba57b0141c
commit 78a6e4febb
14 changed files with 49 additions and 46 deletions
+2 -2
View File
@@ -27,7 +27,7 @@ global $opml;
* @global array $descriptions
* @global array $feeds
*
* @param mixed $parser XML Parser resource.
* @param resource $parser XML Parser resource.
* @param string $tagName XML element name.
* @param array $attrs XML element attributes.
*/
@@ -65,7 +65,7 @@ function startElement( $parser, $tagName, $attrs ) { // phpcs:ignore WordPress.N
* @since 0.71
* @access private
*
* @param mixed $parser XML Parser resource.
* @param resource $parser XML Parser resource.
* @param string $tagName XML tag name.
*/
function endElement( $parser, $tagName ) { // phpcs:ignore WordPress.NamingConventions.ValidFunctionName.FunctionNameInvalid