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 e91292b commit 845e605Copy full SHA for 845e605
axiom/nr_php_packages.c
@@ -37,7 +37,7 @@ static inline const char* nr_php_package_source_priority_to_string(const nr_php_
37
}
38
39
void nr_php_packages_set_known(nr_php_packages_t* pkgs,
40
- const nr_hashmap_t* known) {
+ nr_hashmap_t* known) { /* should be CONST */
41
if (NULL == pkgs || NULL == known) {
42
return;
43
0 commit comments