소스 검색

Fixes DocBlock in Zend_Auth_Adapter_Http

Frank Brückner 11 년 전
부모
커밋
6e1b2c9504
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      library/Zend/Auth/Adapter/Http.php

+ 0 - 1
library/Zend/Auth/Adapter/Http.php

@@ -163,7 +163,6 @@ class Zend_Auth_Adapter_Http implements Zend_Auth_Adapter_Interface
      *    'alogrithm' => <string> See $_supportedAlgos. Default: MD5
      *    'proxy_auth' => <bool> Whether to do authentication as a Proxy
      * @throws Zend_Auth_Adapter_Exception
-     * @return void
      */
     public function __construct(array $config)
     {