浏览代码

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)
     {