Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
srtfisher committed Sep 24, 2024
1 parent a1942b2 commit 19e861f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/mantle/testing/concerns/trait-makes-http-requests.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ trait Makes_Http_Requests {

/**
* Whether to use HTTPS by default.
*
* @var bool|null
*/
protected bool|null $default_https = null;

Expand Down Expand Up @@ -141,7 +139,6 @@ public function with_header( string $name, string $value ): Pending_Testable_Req
* Create a pending request with the HTTPS enabled/disabled.
*
* @param bool $value Whether to use HTTPS.
* @return Pending_Testable_Request
*/
public function with_https( bool $value = true ): Pending_Testable_Request {
return $this->create_pending_request()->with_https( $value );
Expand Down

0 comments on commit 19e861f

Please sign in to comment.