Skip to content

Commit 5cb010a

Browse files
committed
Fix copy and paste mistake
1 parent e692613 commit 5cb010a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/zend_attributes.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ void zend_register_attribute_ce(void)
318318
attr->validator = validate_allow_dynamic_properties;
319319

320320
zend_ce_sensitive_parameter = register_class_SensitiveParameter();
321-
attr = zend_internal_attribute_register(zend_ce_allow_dynamic_properties, ZEND_ATTRIBUTE_TARGET_PARAMETER);
321+
attr = zend_internal_attribute_register(zend_ce_sensitive_parameter, ZEND_ATTRIBUTE_TARGET_PARAMETER);
322322
}
323323

324324
void zend_attributes_shutdown(void)

0 commit comments

Comments
 (0)