aboutsummaryrefslogtreecommitdiffstats
path: root/3dparty/PEAR.php
diff options
context:
space:
mode:
Diffstat (limited to '3dparty/PEAR.php')
-rw-r--r--3dparty/PEAR.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/3dparty/PEAR.php b/3dparty/PEAR.php
index 9760b9d265a..a3dadfe8bb1 100644
--- a/3dparty/PEAR.php
+++ b/3dparty/PEAR.php
@@ -492,7 +492,7 @@ class PEAR
* @see PEAR::setErrorHandling
* @since PHP 4.0.5
*/
- function raiseError($message = null,
+ static function raiseError($message = null,
$code = null,
$mode = null,
$options = null,