Skip to content

Commit f957f0f

Browse files
committed
fix
1 parent 44edaa4 commit f957f0f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

daemon/internal/newrelic/integration/php_packages.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,7 @@ func (pkgs *PhpPackagesCollection) GatherInstalledPackages() ([]PhpPackage, []st
319319
// package to determine its version.
320320
//
321321
// Option #1 is preferable when it available as it provides the most comprehensive view of what the agent can do.
322+
//
322323
// Option #2 is needed because some test cases do not exercise all the packages which are
323324
// installed and so the agent will not detect everything for that test case run which it could
324325
// theorectically detect if the test case used all the available packages installed.

0 commit comments

Comments
 (0)