Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
0ac9023
)
MDL-22102 trying to fix line endings
author
Petr Skoda
<skodak@moodle.org>
Fri, 16 Apr 2010 08:45:05 +0000
(08:45 +0000)
committer
Petr Skoda
<skodak@moodle.org>
Fri, 16 Apr 2010 08:45:05 +0000
(08:45 +0000)
lib/zend/Zend/Service/Twitter.php
patch
|
blob
|
blame
|
history
diff --git
a/lib/zend/Zend/Service/Twitter.php
b/lib/zend/Zend/Service/Twitter.php
index
e536f44
..
46c4792
100755
(executable)
--- a/
lib/zend/Zend/Service/Twitter.php
+++ b/
lib/zend/Zend/Service/Twitter.php
@@
-865,11
+865,11
@@
class Zend_Service_Twitter extends Zend_Rest_Client
return new Zend_Rest_Client_Result($response->getBody());
}
return new Zend_Rest_Client_Result($response->getBody());
}
- /**
\r
- * Protected function to validate that the integer is valid or return a 0
\r
+ /**
+ * Protected function to validate that the integer is valid or return a 0
* @param $int
* @param $int
- * @throws Zend_Http_Client_Exception if HTTP request fails or times out
\r
- * @return integer
\r
+ * @throws Zend_Http_Client_Exception if HTTP request fails or times out
+ * @return integer
*/
protected function _validInteger($int)
{
*/
protected function _validInteger($int)
{