Skip to content

Commit 71ab6a9

Browse files
mnocongithub-actions[bot]
authored andcommitted
PHP & JS CS Fixes
1 parent 2551cd3 commit 71ab6a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

code_samples/cache/http_cache/src/response_tagging.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php declare(strict_types=1);
22

33
/** @var \Ibexa\Contracts\HttpCache\ResponseTagger\ResponseTagger $responseTagger */
4-
/** @var Ibexa\Core\MVC\Symfony\View\ContentValueView | Ibexa\Core\MVC\Symfony\View\LocationValueView $view */
4+
/** @var Ibexa\Core\MVC\Symfony\View\ContentValueView|Ibexa\Core\MVC\Symfony\View\LocationValueView $view */
55
$responseTagger->tag($view); // When working with a view
66

77
/** @var \Ibexa\Contracts\Core\Repository\Values\Content\Content $content */

0 commit comments

Comments
 (0)