ソースを参照

Fixes DocBlock in Zend_Auth_Storage_Session

Frank Brückner 11 年 前
コミット
2e7e2f1200
1 ファイル変更2 行追加3 行削除
  1. 2 3
      library/Zend/Auth/Storage/Session.php

+ 2 - 3
library/Zend/Auth/Storage/Session.php

@@ -76,9 +76,8 @@ class Zend_Auth_Storage_Session implements Zend_Auth_Storage_Interface
     /**
      * Sets session storage options and initializes session namespace object
      *
-     * @param  mixed $namespace
-     * @param  mixed $member
-     * @return void
+     * @param mixed $namespace
+     * @param mixed $member
      */
     public function __construct($namespace = self::NAMESPACE_DEFAULT, $member = self::MEMBER_DEFAULT)
     {