Skip to content

Commit

Permalink
Code style
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevinrob committed Aug 16, 2015
1 parent 400988f commit 9fc45cf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,4 @@ $stack->push(
),
'shared-cache'
);
```
```
2 changes: 1 addition & 1 deletion src/Storage/CacheStorageInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ public function fetch($key);
*/
public function save($key, CacheEntry $data);

}
}
2 changes: 1 addition & 1 deletion src/Storage/DoctrineCacheWrapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ public function save($key, CacheEntry $data)
return false;
}

}
}

0 comments on commit 9fc45cf

Please sign in to comment.