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 e692613 commit 5cb010aCopy full SHA for 5cb010a
Zend/zend_attributes.c
@@ -318,7 +318,7 @@ void zend_register_attribute_ce(void)
318
attr->validator = validate_allow_dynamic_properties;
319
320
zend_ce_sensitive_parameter = register_class_SensitiveParameter();
321
- attr = zend_internal_attribute_register(zend_ce_allow_dynamic_properties, ZEND_ATTRIBUTE_TARGET_PARAMETER);
+ attr = zend_internal_attribute_register(zend_ce_sensitive_parameter, ZEND_ATTRIBUTE_TARGET_PARAMETER);
322
}
323
324
void zend_attributes_shutdown(void)
0 commit comments