Skip to content

Commit 075e6a9

Browse files
committed
fix
1 parent 4d1250f commit 075e6a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

daemon/internal/newrelic/integration/php_packages.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +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-
//n
322+
//
323323
// Option #2 is needed because some test cases do not exercise all the packages which are
324324
// installed and so the agent will not detect everything for that test case run which it could
325325
// theorectically detect if the test case used all the available packages installed.

0 commit comments

Comments
 (0)