diff options
author | tailor <cygnus@janrain.com> | 2006-01-05 00:16:07 +0000 |
---|---|---|
committer | tailor <cygnus@janrain.com> | 2006-01-05 00:16:07 +0000 |
commit | 66530d85f05eb883910fc6df45fdf43eb987b8f8 (patch) | |
tree | 1990bf8473cec4a5ad18e5ee7e6466ddd5ac37e7 | |
parent | ef665949236d0e68d484ef3d8af17fcb05fa2abf (diff) | |
download | php-openid-66530d85f05eb883910fc6df45fdf43eb987b8f8.zip php-openid-66530d85f05eb883910fc6df45fdf43eb987b8f8.tar.gz php-openid-66530d85f05eb883910fc6df45fdf43eb987b8f8.tar.bz2 |
[project @ Fixed brace style in TestDriver]
-rw-r--r-- | Tests/TestDriver.php | 3 |
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. |