Przeglądaj źródła

ZF-7852 Removed legacy docblock for Zend_Rest_Client

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@18149 44c647ce-9c0f-0410-b52a-842ac1e357ba
elazar 16 lat temu
rodzic
commit
ef29d3a145
1 zmienionych plików z 0 dodań i 3 usunięć
  1. 0 3
      library/Zend/Service/Simpy.php

+ 0 - 3
library/Zend/Service/Simpy.php

@@ -59,9 +59,6 @@ class Zend_Service_Simpy
      */
     public function __construct($username, $password)
     {
-        /**
-         * @see Zend_Service_Rest
-         */
         $this->_http = new Zend_Http_Client;
         $this->_http->setAuth($username, $password);
     }