Skip to content

Commit 76c2044

Browse files
committed
chore: fix method description
1 parent 7b65210 commit 76c2044

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

daemon/internal/newrelic/php_packages.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ type PhpPackages struct {
2727
filteredPkgs []PhpPackagesKey
2828
}
2929

30-
// NumSaved returns the total number PHP packages payloads stored.
31-
// Should always be 0 or 1. The agent reports all the PHP
32-
// packages as a single JSON string.
30+
// NumSaved returns whether PHP packages payloads are stored by
31+
// the daemon for the current harvest. Should always be 0 or 1.
32+
// The agent reports all the PHP packages as a single JSON string.
3333
func (packages *PhpPackages) NumSaved() float64 {
3434
return float64(packages.numSeen)
3535
}

0 commit comments

Comments
 (0)