Skip to content

Commit

Permalink
Fix : Property declared dynamically
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 0d2d73e commit a81d03f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/nusoap.php
Original file line number Diff line number Diff line change
Expand Up @@ -2234,6 +2234,7 @@ class soap_transport_http extends nusoap_base

/** @var false|resource */
var $fp;
var $errno;

/**
* constructor
Expand Down Expand Up @@ -4770,6 +4771,7 @@ class wsdl extends nusoap_base
var $opStatus;
/** @var mixed */
var $serviceName;
var $wsdl_info;

/**
* constructor
Expand Down

0 comments on commit a81d03f

Please sign in to comment.