Skip to content

Commit

Permalink
Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesdb committed Jan 3, 2016
1 parent 538fcc6 commit 39740d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Cart.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
class Cart
{
/**
* @var \jamesdb\Cart\Identifier\IdentifierInterface
* @var string
*/
protected $identifier;

Expand Down
2 changes: 1 addition & 1 deletion src/Storage/StorageInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public function get($identifier);
* Store data.
*
* @param string $identifier
* @param array $data
* @param string $data
*
* @return void
*/
Expand Down

0 comments on commit 39740d2

Please sign in to comment.