Closed (fixed)
Project:
Drupal core
Version:
9.3.x-dev
Component:
migration system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
28 Sep 2021 at 02:37 UTC
Updated:
12 Oct 2021 at 15:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
andypostPatch parent META
Comment #3
andypostComment #5
andypostlooks unrelated failure, re-queued
Comment #6
daffie commentedThe class
Drupal\Component\FileSystem\RegexDirectoryIteratoralso extends FilterIterator shall we do the class too. THerte are no overrides in contrib for this class. See: http://grep.xnddx.ru/search?text=RegexDirectoryIterator&filename=Comment #7
alexpott@daffie that already has a
#[\ReturnTypeWillChange]annotation. Let's leave that alone here. We can fix this one test instance (because it is test code) and then decide how to fix return types more generally later.Comment #8
alexpottComment #9
catchCommitted 3745a46 and pushed to 9.3.x. Thanks!
Comment #11
catch