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/SQLStore.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/SQLStore.php')
-rw-r--r-- | Auth/OpenID/SQLStore.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Auth/OpenID/SQLStore.php b/Auth/OpenID/SQLStore.php index da93c6a..abd81bf 100644 --- a/Auth/OpenID/SQLStore.php +++ b/Auth/OpenID/SQLStore.php @@ -566,4 +566,4 @@ class Auth_OpenID_SQLStore extends Auth_OpenID_OpenIDStore { } } -?> + |