Problem/Motivation

ArrayElement::offsetSet() checks $value instanceof TypedDataInterface, but never properly uses TypedDataInterface. Therefore that check never succeeds

Proposed resolution

Add a proper use statement.

Remaining tasks

User interface changes

None.

API changes

None.

Beta phase evaluation

Reference: https://www.drupal.org/core/beta-changes
Issue category Bug
Issue priority Normal
Unfrozen changes Not unfrozen
Prioritized changes Priorizited because it is a bug fix
Disruption No disruption
CommentFileSizeAuthor
#1 2420383-1.patch519 byteststoeckler
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

tstoeckler’s picture

Status: Active » Needs review
FileSize
519 bytes

Status: Needs review » Needs work

The last submitted patch, 1: 2420383-1.patch, failed testing.

Status: Needs work » Needs review

tstoeckler queued 1: 2420383-1.patch for re-testing.

Status: Needs review » Needs work

The last submitted patch, 1: 2420383-1.patch, failed testing.

Status: Needs work » Needs review

tstoeckler queued 1: 2420383-1.patch for re-testing.

mgifford queued 1: 2420383-1.patch for re-testing.

Status: Needs review » Needs work

The last submitted patch, 1: 2420383-1.patch, failed testing.

tstoeckler’s picture

Status: Needs work » Closed (duplicate)

Ahh totally forgot about this issue. The code in question was removed by #2298687: Sequence and Mapping implement interfaces incorrectly, make them honest about what they support in the meantime, so closing as a duplicate. Sorry.