Skip to content

Commit

Permalink
fix phpmd annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbednarz authored Dec 17, 2024
1 parent 0a78ed0 commit 06412c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Endpoints/Zones.php
Original file line number Diff line number Diff line change
Expand Up @@ -240,9 +240,9 @@ public function cachePurgeEverything(string $zoneID, bool $includeEnvironments =
return false;
}

/*
* @SuppressWarnings(PHPMD)
**/
/**
* @SuppressWarnings(PHPMD)
*/
public function cachePurge(string $zoneID, array $files = null, array $tags = null, array $hosts = null, bool $includeEnvironments = false): bool
{
if ($files === null && $tags === null && $hosts === null) {
Expand Down

0 comments on commit 06412c0

Please sign in to comment.