We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ece77bf commit 40c54b4Copy full SHA for 40c54b4
2 files changed
src/Http/IRequest.php
@@ -93,7 +93,7 @@ function getHeader(string $header): ?string;
93
function getHeaders(): array;
94
95
/**
96
- * Is the request is sent via secure channel (https).
+ * Is the request sent via secure channel (https)?
97
*/
98
function isSecured(): bool;
99
src/Http/Request.php
@@ -219,7 +219,7 @@ public function getReferer(): ?Url
219
220
221
222
223
224
public function isSecured(): bool
225
{
0 commit comments