Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Cache/Listener/AddHeaderCacheListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
/**
* Adds a header indicating if the response came from cache.
*
* @author Iain Connor <iain.connor@priceline.com>
* @author Iain Connor <iainconnor@gmail.com>
*/
class AddHeaderCacheListener implements CacheListener
{
Expand Down
2 changes: 1 addition & 1 deletion src/Cache/Listener/CacheListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* Provides an opportunity to update the response based on whether the cache was a hit or a miss, or
* other cache-meta-data.
*
* @author Iain Connor <iain.connor@priceline.com>
* @author Iain Connor <iainconnor@gmail.com>
*/
interface CacheListener
{
Expand Down