Skip to content

Commit 0c22db7

Browse files
committed
Adjust code for: Rename TagHandler to ResponseTagger
1 parent 8605d82 commit 0c22db7

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

src/ResponseTagger.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
* file that was distributed with this source code.
1010
*/
1111

12-
namespace FOS\HttpCache\Handler;
12+
namespace FOS\HttpCache;
1313

1414
use FOS\HttpCache\ProxyClient\Invalidation\TagsInterface;
1515

1616
/**
17-
* Handler for cache tagging.
17+
* Service for Response cache tagging.
1818
*
1919
* @author David de Boer <[email protected]>
2020
* @author David Buchmann <[email protected]>

tests/Functional/CacheInvalidatorTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
namespace FOS\HttpCache\Tests\Functional;
1313

1414
use FOS\HttpCache\CacheInvalidator;
15-
use FOS\HttpCache\Handler\TagHandler;
1615
use FOS\HttpCache\Test\VarnishTestCase;
1716

1817
/**

tests/Unit/CacheInvalidatorTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
use FOS\HttpCache\Exception\ProxyResponseException;
1818
use FOS\HttpCache\Exception\ProxyUnreachableException;
1919
use FOS\HttpCache\Exception\UnsupportedProxyOperationException;
20-
use FOS\HttpCache\Handler\TagHandler;
2120
use FOS\HttpCache\ProxyClient\Varnish;
2221
use Http\Adapter\Exception\HttpAdapterException;
2322
use \Mockery;

tests/Unit/ResponseTaggerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* file that was distributed with this source code.
1010
*/
1111

12-
namespace FOS\HttpCache\Tests\Unit\Handler;
12+
namespace FOS\HttpCache\Tests\Unit;
1313

1414
use FOS\HttpCache\ResponseTagger;
1515

0 commit comments

Comments
 (0)