Skip to content

Commit 547ff56

Browse files
committed
chore(agent): Updates comment
1 parent 0619eda commit 547ff56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent/php_execute.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ static const nr_framework_table_t all_frameworks[] = {
411411
NR_PSTR("symfony/bundle/frameworkbundle/frameworkbundle.php"), 0,
412412
nr_symfony2_enable, NR_FW_SYMFONY2}, /* also Symfony 3 */
413413
{"Symfony4", "symfony4", NR_PSTR("http-kernel/httpkernel.php"), 0,
414-
nr_symfony4_enable, NR_FW_SYMFONY4}, /* also Symfony 5 */
414+
nr_symfony4_enable, NR_FW_SYMFONY4}, /* also Symfony 5/6/7 */
415415

416416
{"WordPress", "wordpress", NR_PSTR("wp-config.php"), 0, nr_wordpress_enable,
417417
NR_FW_WORDPRESS},

0 commit comments

Comments
 (0)