We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c22db7 commit b046f61Copy full SHA for b046f61
src/ResponseTagger.php
@@ -61,10 +61,6 @@ public function getTagsHeaderName()
61
*/
62
public function getTagsHeaderValue()
63
{
64
- if (empty($this->tags)) {
65
- return '';
66
- }
67
-
68
return $this->client->getTagsHeaderValue($this->tags);
69
}
70
tests/Unit/ResponseTaggerTest.php
@@ -13,7 +13,7 @@
13
14
use FOS\HttpCache\ResponseTagger;
15
16
-class TagHandlerTest extends \PHPUnit_Framework_TestCase
+class ResponseTaggerTest extends \PHPUnit_Framework_TestCase
17
18
public function testTagResponse()
19
0 commit comments