- Issue created by @Andrii Momotov
- Assigned to Andrii Momotov
- πΊπ¦Ukraine Andrii Momotov
I assigned the task myself because I plan to fix this issue and make a Merge Request.
Please do not work on this issue. - Status changed to Needs work
3 months ago 4:52pm 21 August 2024 - Merge request !9Issue #3469481: Null Pointer Exception in createThumbnail() method when fetching configuration β (Closed) created by Andrii Momotov
- Issue was unassigned.
- Status changed to Needs review
3 months ago 5:18pm 21 August 2024 - Status changed to Closed: outdated
2 months ago 5:13pm 15 September 2024 - π«π·France Renrhaf π Strasbourg π¦π¦
This issue is not more relevant after https://www.drupal.org/project/media_thumbnails/issues/3469479 π Fix phpstan issue Fixed was fixed with Drupal 11 compatibility fixes as well.
ConfigFactoryInterface's get method always returns an ImmutableConfig instance :
interface ConfigFactoryInterface { /** * Returns an immutable configuration object for a given name. * * @param string $name * The name of the configuration object to construct. * * @return \Drupal\Core\Config\ImmutableConfig * A configuration object. */ public function get($name); ...
Closing it, thanks !