@@ -67,7 +67,6 @@ class Digest implements AdapterInterface
6767 * @param mixed $realm
6868 * @param mixed $username
6969 * @param mixed $password
70- * @return void
7170 */
7271 public function __construct ($ filename = null , $ realm = null , $ username = null , $ password = null )
7372 {
@@ -94,7 +93,7 @@ public function getFilename()
9493 * Sets the filename option value
9594 *
9695 * @param mixed $filename
97- * @return Zend\Authentication\Adapter\ Digest Provides a fluent interface
96+ * @return Digest Provides a fluent interface
9897 */
9998 public function setFilename ($ filename )
10099 {
@@ -116,7 +115,7 @@ public function getRealm()
116115 * Sets the realm option value
117116 *
118117 * @param mixed $realm
119- * @return Zend\Authentication\Adapter\ Digest Provides a fluent interface
118+ * @return Digest Provides a fluent interface
120119 */
121120 public function setRealm ($ realm )
122121 {
@@ -138,7 +137,7 @@ public function getUsername()
138137 * Sets the username option value
139138 *
140139 * @param mixed $username
141- * @return Zend\Authentication\Adapter\ Digest Provides a fluent interface
140+ * @return Digest Provides a fluent interface
142141 */
143142 public function setUsername ($ username )
144143 {
@@ -160,7 +159,7 @@ public function getPassword()
160159 * Sets the password option value
161160 *
162161 * @param mixed $password
163- * @return Zend\Authentication\Adapter\ Digest Provides a fluent interface
162+ * @return Digest Provides a fluent interface
164163 */
165164 public function setPassword ($ password )
166165 {
@@ -171,8 +170,8 @@ public function setPassword($password)
171170 /**
172171 * Defined by Zend\Authentication\Adapter\AdapterInterface
173172 *
174- * @throws Zend\Authentication\Adapter\ Exception\ExceptionInterface
175- * @return Zend\Authentication\Result
173+ * @throws Exception\ExceptionInterface
174+ * @return AuthenticationResult
176175 */
177176 public function authenticate ()
178177 {
0 commit comments