diff options
Diffstat (limited to 'Auth/Yadis')
-rw-r--r-- | Auth/Yadis/HTTPFetcher.php | 1 | ||||
-rw-r--r-- | Auth/Yadis/Manager.php | 1 | ||||
-rw-r--r-- | Auth/Yadis/Misc.php | 1 | ||||
-rw-r--r-- | Auth/Yadis/ParanoidHTTPFetcher.php | 1 | ||||
-rw-r--r-- | Auth/Yadis/ParseHTML.php | 1 | ||||
-rw-r--r-- | Auth/Yadis/PlainHTTPFetcher.php | 1 | ||||
-rw-r--r-- | Auth/Yadis/XML.php | 2 | ||||
-rw-r--r-- | Auth/Yadis/XRDS.php | 1 | ||||
-rw-r--r-- | Auth/Yadis/XRI.php | 2 | ||||
-rw-r--r-- | Auth/Yadis/XRIRes.php | 2 | ||||
-rw-r--r-- | Auth/Yadis/Yadis.php | 2 |
11 files changed, 4 insertions, 11 deletions
diff --git a/Auth/Yadis/HTTPFetcher.php b/Auth/Yadis/HTTPFetcher.php index 963b9a4..6053410 100644 --- a/Auth/Yadis/HTTPFetcher.php +++ b/Auth/Yadis/HTTPFetcher.php @@ -144,4 +144,3 @@ class Auth_Yadis_HTTPFetcher { } } -?>
\ No newline at end of file diff --git a/Auth/Yadis/Manager.php b/Auth/Yadis/Manager.php index d50cf7a..5b3ce62 100644 --- a/Auth/Yadis/Manager.php +++ b/Auth/Yadis/Manager.php @@ -526,4 +526,3 @@ class Auth_Yadis_Discovery { } } -?>
\ No newline at end of file diff --git a/Auth/Yadis/Misc.php b/Auth/Yadis/Misc.php index 1134a4f..a5afa8e 100644 --- a/Auth/Yadis/Misc.php +++ b/Auth/Yadis/Misc.php @@ -56,4 +56,3 @@ function Auth_Yadis_startswith($s, $stuff) return strpos($s, $stuff) === 0; } -?>
\ No newline at end of file diff --git a/Auth/Yadis/ParanoidHTTPFetcher.php b/Auth/Yadis/ParanoidHTTPFetcher.php index a62f36c..605aecd 100644 --- a/Auth/Yadis/ParanoidHTTPFetcher.php +++ b/Auth/Yadis/ParanoidHTTPFetcher.php @@ -223,4 +223,3 @@ class Auth_Yadis_ParanoidHTTPFetcher extends Auth_Yadis_HTTPFetcher { } } -?>
\ No newline at end of file diff --git a/Auth/Yadis/ParseHTML.php b/Auth/Yadis/ParseHTML.php index 297ccbd..6f0f8b7 100644 --- a/Auth/Yadis/ParseHTML.php +++ b/Auth/Yadis/ParseHTML.php @@ -256,4 +256,3 @@ class Auth_Yadis_ParseHTML { } } -?>
\ No newline at end of file diff --git a/Auth/Yadis/PlainHTTPFetcher.php b/Auth/Yadis/PlainHTTPFetcher.php index 3e0ca2b..af441ca 100644 --- a/Auth/Yadis/PlainHTTPFetcher.php +++ b/Auth/Yadis/PlainHTTPFetcher.php @@ -246,4 +246,3 @@ class Auth_Yadis_PlainHTTPFetcher extends Auth_Yadis_HTTPFetcher { } } -?>
\ No newline at end of file diff --git a/Auth/Yadis/XML.php b/Auth/Yadis/XML.php index 81b2ce2..fb4a16a 100644 --- a/Auth/Yadis/XML.php +++ b/Auth/Yadis/XML.php @@ -371,4 +371,4 @@ function &Auth_Yadis_getXMLParser() return $p; } -?> + diff --git a/Auth/Yadis/XRDS.php b/Auth/Yadis/XRDS.php index f14a794..107818b 100644 --- a/Auth/Yadis/XRDS.php +++ b/Auth/Yadis/XRDS.php @@ -475,4 +475,3 @@ class Auth_Yadis_XRDS { } } -?>
\ No newline at end of file diff --git a/Auth/Yadis/XRI.php b/Auth/Yadis/XRI.php index 4e34623..dd41593 100644 --- a/Auth/Yadis/XRI.php +++ b/Auth/Yadis/XRI.php @@ -231,4 +231,4 @@ function Auth_Yadis_getCanonicalID($iname, $xrds) return $canonicalID; } -?> + diff --git a/Auth/Yadis/XRIRes.php b/Auth/Yadis/XRIRes.php index 4e8e8d0..0f4ea10 100644 --- a/Auth/Yadis/XRIRes.php +++ b/Auth/Yadis/XRIRes.php @@ -69,4 +69,4 @@ class Auth_Yadis_ProxyResolver { } } -?> + diff --git a/Auth/Yadis/Yadis.php b/Auth/Yadis/Yadis.php index d89f77c..43cd25d 100644 --- a/Auth/Yadis/Yadis.php +++ b/Auth/Yadis/Yadis.php @@ -379,4 +379,4 @@ class Auth_Yadis_Yadis { } } -?> + |