Skip to content

Commit

Permalink
Docs: minor doc formatting tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfnl committed Dec 15, 2023
1 parent 75e240a commit 20afe59
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/domain-dropdown.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ public function handle_submit() {
*
* @param string $url URL of the request about to be made.
* @param array $headers Headers of the request about to be made.
*
* @return void
*/
public function modify_myyoast_request( &$url, &$headers ) {
Expand Down Expand Up @@ -116,6 +117,7 @@ public function modify_myyoast_request( &$url, &$headers ) {
* @param string $domain Testing domain to take place in the request.
* @param string $url URL of request about to be made.
* @param array $headers Headers of request about to be made.
*
* @return array<string, string> Format: [ 'url' => new URL, 'host' => new Host ]
*/
private function replace_domain( $domain, $url, $headers ) {
Expand Down

0 comments on commit 20afe59

Please sign in to comment.