Skip to content

Commit

Permalink
Fix: Creation of dynamic property PEAR_Error::$callback is deprecated
Browse files Browse the repository at this point in the history
Cherry-picked from pear/pear-core#124

Resolves: #11
  • Loading branch information
remicollet authored and cweiske committed Apr 19, 2023
1 parent 68d0d32 commit 2dd01ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/PEAR.php
Original file line number Diff line number Diff line change
Expand Up @@ -859,6 +859,7 @@ class PEAR_Error
var $message = '';
var $userinfo = '';
var $backtrace = null;
var $callback = null;

/**
* PEAR_Error constructor
Expand Down

0 comments on commit 2dd01ca

Please sign in to comment.