Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
frostealth committed Nov 9, 2015
1 parent b89984f commit a008a14
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ class MyClass
protected $data;

/**
* @param DataInterface $storage
* @param DataInterface $data
*/
public function __construct(DataInterface $storage)
public function __construct(DataInterface $data)
{
$this->storage = $data;
$this->data = $data;
}
}
```

0 comments on commit a008a14

Please sign in to comment.