소스 검색

Fixes DocBlock in Zend_Auth_Adapter_Digest

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

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

@@ -71,7 +71,6 @@ class Zend_Auth_Adapter_Digest implements Zend_Auth_Adapter_Interface
      * @param  mixed $realm
      * @param  mixed $realm
      * @param  mixed $username
      * @param  mixed $username
      * @param  mixed $password
      * @param  mixed $password
-     * @return void
      */
      */
     public function __construct($filename = null, $realm = null, $username = null, $password = null)
     public function __construct($filename = null, $realm = null, $username = null, $password = null)
     {
     {