- Issue created by @pwolanin
- πΊπΈUnited States kdebisschop
see https://www.php.net/releases/8.1/en.php
"Passing null to non-nullable internal function parameters is deprecated."
The signature for explode is:
explode(string $separator, string $string, int $limit = PHP_INT_MAX): array
Passing null gives this error:
Deprecated function: explode(): Passing null to parameter #2 ($string) of type string is deprecated...
Also, there is a type compatibility issue around \Drupal\views_streaming_data\StreamingViewExecutable::getIterator that requires \Traversable to be set as return type.
- Status changed to Needs review
almost 2 years ago 4:46pm 2 February 2023 - πΊπΈUnited States pwolanin
This is failing on Drupal 10 due to issues with the csv_serialization module.
We need to either use the 3.x branch + this fix https://www.drupal.org/project/csv_serialization/issues/3294354 π 3.x composer.json was not updated to require D9/10 Fixed
Or see that fixes are added to the 2.x branch and update our dependency to only that.
-
pwolanin β
committed 8673c30a on 8.x-1.x
Issue #3338660 by pwolanin, kdebisschop: PHP 8 and more Drupal 10 fixes
-
pwolanin β
committed 8673c30a on 8.x-1.x
- Status changed to Fixed
almost 2 years ago 7:11pm 2 February 2023 Automatically closed - issue fixed for 2 weeks with no activity.