From 706b532469450d3000871349a2241398567138b7 Mon Sep 17 00:00:00 2001 From: s-renier-taonix-fr Date: Mon, 13 Feb 2023 11:33:24 +0800 Subject: [PATCH] Fix : Delete deprecated in PHPDoc because method are already used --- src/nusoap.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/nusoap.php b/src/nusoap.php index 0e9fd95..378a51e 100755 --- a/src/nusoap.php +++ b/src/nusoap.php @@ -1906,7 +1906,6 @@ function getTypeDef($type) * @param string $type name of type * @return false|string * @access public - * @deprecated */ function serializeTypeDef($type) { @@ -2654,7 +2653,6 @@ function send($data, $timeout = 0, $response_timeout = 30, $cookies = null) * @param array $cookies cookies to send * @return string data * @access public - * @deprecated */ function sendHTTPS($data, $timeout = 0, $response_timeout = 30, $cookies = NULL) {