We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 845e605 commit e563131Copy full SHA for e563131
axiom/nr_php_packages.h
@@ -38,7 +38,7 @@ typedef void(nr_php_packages_iter_t)(void* value,
38
void* user_data);
39
40
void nr_php_packages_set_known(nr_php_packages_t* pkgs,
41
- const nr_hashmap_t* known);
+ nr_hashmap_t* known); /* should be CONST! */
42
43
/*
44
* Purpose : Create a new php package with desired source priority. If the name is null, then no package will
0 commit comments