Skip to content

Commit

Permalink
Add missing properties to library classes
Browse files Browse the repository at this point in the history
Ported from Shardj/zf1-future#291

PHP 8.2: Dynamic Properties are deprecated fix

Reference: https://php.watch/versions/8.2/dynamic-properties-deprecated
  • Loading branch information
hungtrinh authored and falkenhawk committed Jan 3, 2024
1 parent 14b7497 commit eaee021
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions library/Zend/Service/Amazon/SimpleDb.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,11 @@
*/
class Zend_Service_Amazon_SimpleDb extends Zend_Service_Amazon_Abstract
{
/**
* @var \Zend_Uri|mixed
*/
protected $_endpoint;

/* Notes */
// TODO SSL is required

Expand Down

0 comments on commit eaee021

Please sign in to comment.