Skip to content

Commit

Permalink
changes for v1.10.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ashnazg committed Mar 13, 2019
1 parent 19a3e0f commit b642c9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PEAR/ErrorStack.php
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,7 @@ function pop()
* @return boolean
* @since PEAR1.5.0a1
*/
function staticPop($package)
static function staticPop($package)
{
if ($package) {
if (!isset($GLOBALS['_PEAR_ERRORSTACK_SINGLETON'][$package])) {
Expand Down

0 comments on commit b642c9e

Please sign in to comment.