summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Tests/TestDriver.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/Tests/TestDriver.php b/Tests/TestDriver.php
index 19225e7..a7b6f09 100644
--- a/Tests/TestDriver.php
+++ b/Tests/TestDriver.php
@@ -7,7 +7,8 @@ if (defined('E_STRICT')) {
'is_a()'
);
- function ignoreDeprecation($errno, $errstr, $errfile, $errline) {
+ function ignoreDeprecation($errno, $errstr, $errfile, $errline)
+ {
// Handle http://bugs.php.net/bug.php?id=32428
// Augment this
// regular expression if the bug exists in another version.