diff options
author | Luke Shepard <lshepard@devrs006.snc1.facebook.com> | 2009-05-27 13:43:55 -0700 |
---|---|---|
committer | Luke Shepard <lshepard@devrs006.snc1.facebook.com> | 2009-05-27 13:43:55 -0700 |
commit | a2bdc5c6129ff11b1c1e29a207b1b80153ac6fb0 (patch) | |
tree | b270b58510c9c7a8b0c20c42c33d0b9df7095e87 /Tests/Auth/Yadis | |
parent | ae52c6b3a3b9741c0ef60b6c91ba27af1d85eab7 (diff) | |
download | php-openid-a2bdc5c6129ff11b1c1e29a207b1b80153ac6fb0.zip php-openid-a2bdc5c6129ff11b1c1e29a207b1b80153ac6fb0.tar.gz php-openid-a2bdc5c6129ff11b1c1e29a207b1b80153ac6fb0.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
Diffstat (limited to 'Tests/Auth/Yadis')
-rw-r--r-- | Tests/Auth/Yadis/DiscoverData.php | 1 | ||||
-rw-r--r-- | Tests/Auth/Yadis/Discover_Yadis.php | 1 | ||||
-rw-r--r-- | Tests/Auth/Yadis/ParseHTML.php | 1 | ||||
-rw-r--r-- | Tests/Auth/Yadis/TestUtil.php | 2 | ||||
-rw-r--r-- | Tests/Auth/Yadis/XRDS.php | 1 | ||||
-rw-r--r-- | Tests/Auth/Yadis/XRI.php | 1 | ||||
-rw-r--r-- | Tests/Auth/Yadis/Yadis.php | 1 |
7 files changed, 1 insertions, 7 deletions
diff --git a/Tests/Auth/Yadis/DiscoverData.php b/Tests/Auth/Yadis/DiscoverData.php index 816a06b..bf02d66 100644 --- a/Tests/Auth/Yadis/DiscoverData.php +++ b/Tests/Auth/Yadis/DiscoverData.php @@ -150,4 +150,3 @@ function generateResult($base_url, $input_name, $id_name, $result_name, $success return array($input_url, $result); } -?>
\ No newline at end of file diff --git a/Tests/Auth/Yadis/Discover_Yadis.php b/Tests/Auth/Yadis/Discover_Yadis.php index 6e2d38b..0ca3b2e 100644 --- a/Tests/Auth/Yadis/Discover_Yadis.php +++ b/Tests/Auth/Yadis/Discover_Yadis.php @@ -228,4 +228,3 @@ $Tests_Auth_Yadis_Discover_Yadis_other = array( new Tests_Auth_Yadis_Discover_Yadis_ContentTypes() ); -?>
\ No newline at end of file diff --git a/Tests/Auth/Yadis/ParseHTML.php b/Tests/Auth/Yadis/ParseHTML.php index bc7574f..e3977bc 100644 --- a/Tests/Auth/Yadis/ParseHTML.php +++ b/Tests/Auth/Yadis/ParseHTML.php @@ -84,4 +84,3 @@ class Tests_Auth_Yadis_ParseHTML extends PHPUnit_Framework_TestSuite { } } -?>
\ No newline at end of file diff --git a/Tests/Auth/Yadis/TestUtil.php b/Tests/Auth/Yadis/TestUtil.php index 8936c0e..6c25812 100644 --- a/Tests/Auth/Yadis/TestUtil.php +++ b/Tests/Auth/Yadis/TestUtil.php @@ -27,4 +27,4 @@ function Tests_Auth_Yadis_readlines($name) return Tests_Auth_Yadis_datafile($name, 'file'); } -?> + diff --git a/Tests/Auth/Yadis/XRDS.php b/Tests/Auth/Yadis/XRDS.php index 7d9048e..3bb23e4 100644 --- a/Tests/Auth/Yadis/XRDS.php +++ b/Tests/Auth/Yadis/XRDS.php @@ -245,4 +245,3 @@ class Tests_Auth_Yadis_XRDS extends PHPUnit_Framework_TestCase { } } -?>
\ No newline at end of file diff --git a/Tests/Auth/Yadis/XRI.php b/Tests/Auth/Yadis/XRI.php index 7f2b04d..220c196 100644 --- a/Tests/Auth/Yadis/XRI.php +++ b/Tests/Auth/Yadis/XRI.php @@ -140,4 +140,3 @@ class Tests_Auth_Yadis_XRI extends PHPUnit_Framework_TestSuite { } } -?>
\ No newline at end of file diff --git a/Tests/Auth/Yadis/Yadis.php b/Tests/Auth/Yadis/Yadis.php index 8c55558..5672a15 100644 --- a/Tests/Auth/Yadis/Yadis.php +++ b/Tests/Auth/Yadis/Yadis.php @@ -86,4 +86,3 @@ class Tests_Auth_Yadis_Yadis extends PHPUnit_Framework_TestSuite { } -?>
\ No newline at end of file |