Skip to content

Commit 5017426

Browse files
without
1 parent b4c70c5 commit 5017426

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/reflection/php_reflection.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7355,7 +7355,7 @@ ZEND_METHOD(ReflectionAttribute, newInstance)
73557355
}
73567356

73577357
/* No harm in always running target validation, for internal attributes
7358-
* with #[DelayedTargetValidation] it isn't necessary but will always
7358+
* without #[DelayedTargetValidation] it isn't necessary but will always
73597359
* succeed. */
73607360
if (!(attr->target & flags)) {
73617361
zend_string *location = zend_get_attribute_target_names(attr->target);

0 commit comments

Comments
 (0)