Skip to content

Commit 2895cfb

Browse files
authored
Updating author attribution. (#66)
1 parent d137d46 commit 2895cfb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Cache/Listener/AddHeaderCacheListener.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
/**
1010
* Adds a header indicating if the response came from cache.
1111
*
12-
* @author Iain Connor <iain.connor@priceline.com>
12+
* @author Iain Connor <iainconnor@gmail.com>
1313
*/
1414
class AddHeaderCacheListener implements CacheListener
1515
{

src/Cache/Listener/CacheListener.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Provides an opportunity to update the response based on whether the cache was a hit or a miss, or
1212
* other cache-meta-data.
1313
*
14-
* @author Iain Connor <iain.connor@priceline.com>
14+
* @author Iain Connor <iainconnor@gmail.com>
1515
*/
1616
interface CacheListener
1717
{

0 commit comments

Comments
 (0)