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

Commit

Permalink
[zen-27] use correct typehint in constructor
Browse files Browse the repository at this point in the history
- s/Adapter/Adapter\AdapterInterface/
  • Loading branch information
weierophinney committed May 7, 2012
1 parent 67546df commit 613e32b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Storage/Capabilities.php
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ class Capabilities
* @param null|Capabilities $baseCapabilities
*/
public function __construct(
Adapter $adapter,
Adapter\AdapterInterface $adapter,
stdClass $marker,
array $capabilities = array(),
Capabilities $baseCapabilities = null
Expand Down

0 comments on commit 613e32b

Please sign in to comment.