Skip to content

Commit

Permalink
Merge branch '0.9' into 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrerom committed Jul 2, 2020
2 parents d70bcd0 + 39747f6 commit 0d9b6b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/using_tags.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ For PHP usage, a few options exist _(autowirable classes of '@fos_http_cache.han
* Using low level Tag handler to add tags manually.
* WARNING: This FOS class name, and service name is different in v3 (FosHttpCache 2.x).
*
* @var \FOS\HttpCacheBundle\Handler\TagHandler $tagHandler
* @var \FOS\HttpCache\Handler\TagHandler $tagHandler
*/
$tagHandler->addTags(['r33', 'r44']);

Expand Down
2 changes: 1 addition & 1 deletion src/DependencyInjection/Compiler/DriverPass.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
namespace EzSystems\PlatformHttpCacheBundle\DependencyInjection\Compiler;

use EzSystems\PlatformHttpCacheBundle\Handler\ContentTagInterface;
use FOS\HttpCacheBundle\Handler\TagHandler as FOSTagHandler;
use FOS\HttpCache\Handler\TagHandler as FOSTagHandler;
use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;
use Symfony\Component\DependencyInjection\ContainerBuilder;

Expand Down

0 comments on commit 0d9b6b7

Please sign in to comment.