Skip to content

Commit

Permalink
Add @var to qualify in nusoap_client::getProxy)
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 c177861 commit e1ffd79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/nusoap.php
Original file line number Diff line number Diff line change
Expand Up @@ -8194,6 +8194,7 @@ function getProxy()
// eval the class
eval($evalStr);
// instantiate proxy object
/** @var nusoap_client $proxy */
eval("\$proxy = new nusoap_proxy_$r('');");
// transfer current wsdl data to the proxy thereby avoiding parsing the wsdl twice
$proxy->endpointType = 'wsdl';
Expand Down

0 comments on commit e1ffd79

Please sign in to comment.