mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 12:50:28 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user