Skip to content

Commit 87896ef

Browse files
committed
Make PEAR_ErrorStack::staticPop() static
1 parent 5aa5e9c commit 87896ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PEAR/ErrorStack.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,7 @@ function pop()
676676
* @return boolean
677677
* @since PEAR1.5.0a1
678678
*/
679-
function staticPop($package)
679+
static function staticPop($package)
680680
{
681681
if ($package) {
682682
if (!isset($GLOBALS['_PEAR_ERRORSTACK_SINGLETON'][$package])) {

0 commit comments

Comments
 (0)