Skip to content

Commit 40c54b4

Browse files
committed
typo
1 parent ece77bf commit 40c54b4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/Http/IRequest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ function getHeader(string $header): ?string;
9393
function getHeaders(): array;
9494

9595
/**
96-
* Is the request is sent via secure channel (https).
96+
* Is the request sent via secure channel (https)?
9797
*/
9898
function isSecured(): bool;
9999

src/Http/Request.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ public function getReferer(): ?Url
219219

220220

221221
/**
222-
* Is the request is sent via secure channel (https).
222+
* Is the request sent via secure channel (https)?
223223
*/
224224
public function isSecured(): bool
225225
{

0 commit comments

Comments
 (0)