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 /Tests/Auth/OpenID/StoreTest.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 'Tests/Auth/OpenID/StoreTest.php')
-rw-r--r-- | Tests/Auth/OpenID/StoreTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/Auth/OpenID/StoreTest.php b/Tests/Auth/OpenID/StoreTest.php index bd46e02..b51b961 100644 --- a/Tests/Auth/OpenID/StoreTest.php +++ b/Tests/Auth/OpenID/StoreTest.php @@ -703,4 +703,4 @@ class Tests_Auth_OpenID_StoreTest extends PHPUnit_Framework_TestSuite { $this->addTestSuite('Tests_Auth_OpenID_MemcachedStore_Test'); } } -?> + |