diff options
author | Luke Shepard <lshepard@devrs006.snc1.facebook.com> | 2009-05-28 06:33:58 +0800 |
---|---|---|
committer | Will Norris <will@willnorris.com> | 2009-05-28 06:59:50 +0800 |
commit | 164375f493ea7de083ee64d25137b276f45ef172 (patch) | |
tree | 7c06f9f2c3047a9e06ab95c6c55540946afeee98 /Auth/OpenID/Parse.php | |
parent | 2a45a7f8f4cd3dcb5e56cbdd1281e9c7c5417282 (diff) | |
download | php-openid-164375f493ea7de083ee64d25137b276f45ef172.zip php-openid-164375f493ea7de083ee64d25137b276f45ef172.tar.gz php-openid-164375f493ea7de083ee64d25137b276f45ef172.tar.bz2 |
[ remove closing ?> tag from all files ]
Reviewed By: Will Norris
Facebook has a policy to not have closing ?> tags at the bottom of PHP
files. It can unintentionally introduce newlines which causes
ridiculous bugs.
This is recommended in the Zend style guide:
http://framework.zend.com/manual/en/coding-standard.php-file-formatting.html
Signed-off-by: Will Norris <will@willnorris.com>
Diffstat (limited to 'Auth/OpenID/Parse.php')
-rw-r--r-- | Auth/OpenID/Parse.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Auth/OpenID/Parse.php b/Auth/OpenID/Parse.php index 546f34f..d18eae5 100644 --- a/Auth/OpenID/Parse.php +++ b/Auth/OpenID/Parse.php @@ -349,4 +349,3 @@ function Auth_OpenID_legacy_discover($html_text, $server_rel, } } -?>
\ No newline at end of file |