Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Merge pull request zendframework/zendframework#4339 from localheinz/h…
Browse files Browse the repository at this point in the history
…otfix/remove-return-annotation-from-constructor

Remove @return annotation from constructor doc-block
  • Loading branch information
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/Adapter/DbTable/AbstractAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,10 @@ abstract class AbstractAdapter extends BaseAdapter
/**
* __construct() - Sets configuration options
*
* @param DbAdapter $zendDb
* @param string $tableName Optional
* @param string $identityColumn Optional
* @param string $credentialColumn Optional
* @return \Zend\Authentication\Adapter\DbTable
* @param DbAdapter $zendDb
* @param string $tableName Optional
* @param string $identityColumn Optional
* @param string $credentialColumn Optional
*/
public function __construct(
DbAdapter $zendDb,
Expand Down

0 comments on commit 062f10b

Please sign in to comment.