diff options
author | Robin Appelman <icewind1991@gmail.com> | 2011-04-16 20:45:57 +0200 |
---|---|---|
committer | Robin Appelman <icewind1991@gmail.com> | 2011-04-16 20:45:57 +0200 |
commit | 519a84e0481b157d86d9fc676a66f7d4feda2c3a (patch) | |
tree | d0c3cb12c03fac67d6bd7ad8e3b3dd0ab965adae /3dparty/PEAR.php | |
parent | a08445227f1542aee184c9ff65bdae22055bbd5b (diff) | |
download | nextcloud-server-519a84e0481b157d86d9fc676a66f7d4feda2c3a.tar.gz nextcloud-server-519a84e0481b157d86d9fc676a66f7d4feda2c3a.zip |
more strict fixes for mdb2
Diffstat (limited to '3dparty/PEAR.php')
-rw-r--r-- | 3dparty/PEAR.php | 2 |
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, |