Skip to content

Commit fb81829

Browse files
committed
TASK: Fix typo
1 parent d7475c8 commit fb81829

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Classes/Middleware/FusionAutoconfigurationMiddleware.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public function process(ServerRequestInterface $request, RequestHandlerInterface
4444

4545
$response = $response->withoutHeader(self::HEADER_ENABLED);
4646

47-
[$hasUncachedSegments, $tags, $lifetime] = $this->getFusionCacheInformations();
47+
[$hasUncachedSegments, $tags, $lifetime] = $this->getFusionCacheInformation();
4848

4949
if ($hasUncachedSegments || $response->hasHeader('Set-Cookie')) {
5050
return $response;
@@ -71,7 +71,7 @@ public function process(ServerRequestInterface $request, RequestHandlerInterface
7171
*
7272
* @return array with first "hasUncachedSegments", "tags" and "lifetime"
7373
*/
74-
public function getFusionCacheInformations(): array
74+
public function getFusionCacheInformation(): array
7575
{
7676
$lifetime = null;
7777
$tags = [];

0 commit comments

Comments
 (0)