Skip to content

Commit 793f0f8

Browse files
committed
Make fakeHandleError() method in test static
1 parent 9d48b4c commit 793f0f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PEAR/pear2.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ class testErrorHandlingStatic {
6666
echoPEARStack('_PEAR_error_handler_stack', $GLOBALS['_PEAR_error_handler_stack']);
6767
}
6868

69-
function fakeHandleError($err)
69+
static function fakeHandleError($err)
7070
{
7171
}
7272
}

0 commit comments

Comments
 (0)