MDL-22102 trying to fix line endings
authorPetr Skoda <skodak@moodle.org>
Fri, 16 Apr 2010 08:45:05 +0000 (08:45 +0000)
committerPetr Skoda <skodak@moodle.org>
Fri, 16 Apr 2010 08:45:05 +0000 (08:45 +0000)
lib/zend/Zend/Service/Twitter.php

index e536f44..46c4792 100755 (executable)
@@ -865,11 +865,11 @@ class Zend_Service_Twitter extends Zend_Rest_Client
         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
-     * @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)
     {