Skip to content

Commit

Permalink
Minor wording tweaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
kepol committed Jun 11, 2024
1 parent 5c22663 commit f54ba5f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions modules/quant_api/src/Client/QuantClientInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public function search();
public function send(array $data) : array;

/**
* Sends a purge payload (path based) to the API.
* Sends a purge payload (path-based) to the API.
*
* @param string $path
* The path to purge.
Expand All @@ -62,7 +62,7 @@ public function send(array $data) : array;
public function purgePath(string $path) : array;

/**
* Sends a purge payload (tags based) to the API.
* Sends a purge payload (tags-based) to the API.
*
* @param array $tags
* The array of tags to purge.
Expand Down
2 changes: 1 addition & 1 deletion modules/quant_purger/src/Entity/Hash.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public static function cacheTags(array $tags) {
* Create a unique hash that identifies this site.
*
* @param string $site_name
* The identifier of the site on Acquia Cloud.
* The identifier of the site on QuantCDN.
* @param string $site_path
* The path of the site, e.g. 'site/default' or 'site/database_a'.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ public function hasRuntimeMeasurement() {
}

/**
* Sends a path based purge request to the Quant API.
* Sends a path-based purge request to the Quant API.
*
* @param string $path
* The path to purge.
Expand All @@ -199,7 +199,7 @@ public function purgePath(string $path) {
}

/**
* Sends a tags based purge request to the Quant API.
* Sends a tags-based purge request to the Quant API.
*
* @param array $tags
* The array of tags to purge.
Expand Down

0 comments on commit f54ba5f

Please sign in to comment.