Skip to content

Commit 2cdb917

Browse files
committed
Renamed internal variable $version to $versions, because of a clash with domDocument
1 parent 77ee050 commit 2cdb917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Protocols/EPP/eppResponses/eppResponse.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ class eppResponse extends \DOMDocument {
7979
/*
8080
* @var array of supported versions
8181
*/
82-
public $version;
82+
public $versions;
8383

8484
public $originalrequest;
8585
/**

0 commit comments

Comments
 (0)