File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,10 +32,10 @@ class EsiFragmentRenderer extends RoutableFragmentRenderer
32
32
* The "fallback" strategy when ESI is not available should always be an
33
33
* instance of InlineFragmentRenderer.
34
34
*
35
- * @param Esi $esi An Esi instance
36
- * @param InlineFragmentRenderer $inlineStrategy The inline strategy to use when ESI is not supported
35
+ * @param Esi $esi An Esi instance
36
+ * @param FragmentRendererInterface $inlineStrategy The inline strategy to use when ESI is not supported
37
37
*/
38
- public function __construct (Esi $ esi , InlineFragmentRenderer $ inlineStrategy )
38
+ public function __construct (Esi $ esi , FragmentRendererInterface $ inlineStrategy )
39
39
{
40
40
$ this ->esi = $ esi ;
41
41
$ this ->inlineStrategy = $ inlineStrategy ;
You can’t perform that action at this time.
0 commit comments