Skip to content

Commit

Permalink
Update MemoryFactory.php
Browse files Browse the repository at this point in the history
  • Loading branch information
fmizzell authored Aug 16, 2019
1 parent f342f46 commit 86f667c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mock/Storage/MemoryFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class MemoryFactory implements FactoryInterface

private $stores;

public function getInstance($identifier)
public function getInstance(string $identifier)
{
if (!isset($this->stores[$identifier])) {
$this->stores[$identifier] = new Memory();
Expand Down

0 comments on commit 86f667c

Please sign in to comment.