- Issue created by @joshuautley
- 🇺🇸United States joshuautley
Is the following all that is needed?
/** * Provides file entity. * * @var \Drupal\file\Entity\File */ protected $file;
Lines 34 - 39 of UserCsvImportForm.php (found in dev release)
- First commit to issue fork.
I attempted to replicate the issue on version 2.0.3 of the module and found that it still occurs. However, after cloning the module's 2.0.x dev version for testing, I noticed the error had already been resolved in a previous commit. I found this related issue: #3395325 🐛 Deprecated function: Creation of dynamic property (with php 8.2) Fixed . A version release should resolve it.
- 🇺🇸United States joshuautley
Yes, I used the dev version, as I could not successfully patch the module.
Thank you for getting back to me on this.
- 🇮🇳India Tirupati_Singh
Hi all, I've also tried replicating the issue and the issue persists while using the 2.0.3 version of the module. However, the issue has been resolved in the development version 2.0.x in the issue #3395325 🐛 Deprecated function: Creation of dynamic property (with php 8.2) Fixed and the provided MR has been merged as well. It will get resolved once the maintainer published the new release of the module. As the related issue has been merged on the dev version hence, changing the issue status to duplicate.
Thanks!