Skip to content

Commit abbef91

Browse files
without
1 parent 58edea5 commit abbef91

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
@@ -7339,7 +7339,7 @@ ZEND_METHOD(ReflectionAttribute, newInstance)
73397339
}
73407340

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

0 commit comments

Comments
 (0)