Skip to content

Commit 6857cc0

Browse files
committed
zend: validate_attribute is static
1 parent 4a77a1e commit 6857cc0

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
@@ -35,7 +35,7 @@ static zend_object_handlers attributes_object_handlers_sensitive_parameter_value
3535

3636
static HashTable internal_attributes;
3737

38-
void validate_attribute(zend_attribute *attr, uint32_t target, zend_class_entry *scope)
38+
static void validate_attribute(zend_attribute *attr, uint32_t target, zend_class_entry *scope)
3939
{
4040
// TODO: More proper signature validation: Too many args, incorrect arg names.
4141
if (attr->argc > 0) {

0 commit comments

Comments
 (0)