You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$memberinstanceof ValueAccess && $memberinstanceof ParameterAccess => $member->parameters()->hasNoMembers() ? $member : thrownewInvalidArgument('The instance of "'.$member::class.'" is not a Bare Item.'),
54
+
$memberinstanceof ValueAccess && $memberinstanceof ParameterAccess => $member->parameters()->hasNoMembers() ? $member : thrownewInvalidArgument('The "'.$member::class.'" instance is not a Bare Item.'),
55
55
$memberinstanceof StructuredField => thrownewInvalidArgument('An instance of "'.$member::class.'" can not be a member of "'.self::class.'".'),
0 commit comments