Skip to content

Commit

Permalink
Fix : Delete deprecated in PHPDoc because method are already used
Browse files Browse the repository at this point in the history
  • Loading branch information
s-renier-taonix-fr authored and f3l1x committed Feb 13, 2023
1 parent 1c3bfe9 commit 706b532
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/nusoap.php
Original file line number Diff line number Diff line change
Expand Up @@ -1906,7 +1906,6 @@ function getTypeDef($type)
* @param string $type name of type
* @return false|string
* @access public
* @deprecated
*/
function serializeTypeDef($type)
{
Expand Down Expand Up @@ -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)
{
Expand Down

0 comments on commit 706b532

Please sign in to comment.