mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
Docs: Corrections and improvements to types used in docblocks for symbols, properties, and filters.
See #53399 git-svn-id: https://develop.svn.wordpress.org/trunk@51298 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -365,8 +365,8 @@ class WP_Http_Streams {
|
||||
*
|
||||
* @since 3.7.0
|
||||
*
|
||||
* @param stream $stream The PHP Stream which the SSL request is being made over
|
||||
* @param string $host The hostname being requested
|
||||
* @param resource $stream The PHP Stream which the SSL request is being made over
|
||||
* @param string $host The hostname being requested
|
||||
* @return bool If the cerficiate presented in $stream is valid for $host
|
||||
*/
|
||||
public static function verify_ssl_certificate( $stream, $host ) {
|
||||
|
||||
Reference in New Issue
Block a user