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

Commit

Permalink
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/SaveHandler/DbTableGateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class DbTableGateway implements SaveHandlerInterface

/**
* Zend Db Table Gateway
* @var Zend\Db\TableGateway\TableGateway
* @var TableGateway
*/
protected $tableGateway;

Expand Down Expand Up @@ -176,4 +176,4 @@ public function gc($maxlifetime)
time()
));
}
}
}

0 comments on commit bad6a8b

Please sign in to comment.