Skip to content
This repository was archived by the owner on Apr 18, 2024. It is now read-only.

Commit d4060bc

Browse files
committed
Return type
1 parent 8888448 commit d4060bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CacheResponse.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public function for(string $time)
3434
$this->response->setSharedMaxAge($seconds);
3535
}
3636

37-
public function isWebResponse()
37+
public function isWebResponse(): bool
3838
{
3939
return $this->response instanceof \craft\web\Response;
4040
}

0 commit comments

Comments
 (0)