ymcatwincities / openy_gated_content

Virtual YMCA
https://openy.org
GNU General Public License v3.0
5 stars 28 forks source link

Drupal 9.3 CodeStandard issues #186

Closed anpolimus closed 2 years ago

anpolimus commented 2 years ago

Line modules/openy_gc_auth/modules/openy_gc_auth_custom/src/Form/ImportCsvForm.php


142 Call to deprecated function file_move():
in drupal:9.3.0 and is removed from drupal:10.0.0. Use
\Drupal\file\FileRepositoryInterface::move() instead.



Line modules/openy_gc_shared_content/src/SharedContentSourceTypeBase.php


481 Call to deprecated function file_save_data():
in drupal:9.3.0 and is removed from drupal:10.0.0. Use
\Drupal\file\FileRepositoryInterface::writeData() instead.


[ERROR] Found 2 errors

anpolimus commented 2 years ago

Fixed in the last release https://github.com/ymcatwincities/openy_gated_content/releases/tag/1.6.2