Skip to content

Commit

Permalink
docblock a param
Browse files Browse the repository at this point in the history
  • Loading branch information
markkelnar committed Aug 17, 2023
1 parent c61833d commit 7fd742d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Cache/Invalidation.php
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ public function purge_nodes( $id_prefix, $id, $event = 'unknown event' ) {
*
* @param string $key The key to purge from teh cache
* @param string $event The Event that triggered the purge
* @param string $hostname The url endpoint associated with the cache key. These match the Url and Key headers provided when the results were cached.
*
* @return void
*/
Expand Down

0 comments on commit 7fd742d

Please sign in to comment.