- Issue created by @ismaelromero
- 🇨🇴Colombia ismaelromero Somewhere in the exotic Colombia
I'm taking a look and working on it
- 🇨🇴Colombia ismaelromero Somewhere in the exotic Colombia
Hi everyone,
I've started addressing the coding standard issues reported by phpcs and just committed the first batch of corrections. The automatic fixes have been applied successfully, and I'll continue working on the remaining issues.
Here's a summary of the outstanding issues reported by phpcs:
PHP CODE SNIFFER REPORT SUMMARY ---------------------------------------------------------------------- FILE ERRORS WARNINGS ---------------------------------------------------------------------- ...b/modules/contrib/file_entity/file_entity.api.php 2 0 ...b/modules/contrib/file_entity/file_entity.install 1 2 ...eb/modules/contrib/file_entity/file_entity.module 5 4 /app/web/modules/contrib/file_entity/README.md 0 1 ...s/contrib/file_entity/src/FileEntityInterface.php 1 0 ...s/contrib/file_entity/src/FileTypeListBuilder.php 0 5 ...les/contrib/file_entity/src/Entity/FileEntity.php 1 2 ...dules/contrib/file_entity/src/Entity/FileType.php 1 0 ...ntrib/file_entity/src/Form/FileAddArchiveForm.php 1 4 ...ules/contrib/file_entity/src/Form/FileAddForm.php 15 23 ...ntrib/file_entity/src/Form/FileTypeEnableForm.php 0 3 ...lugin/Field/FieldFormatter/FileAudioFormatter.php 0 14 ...ield/FieldFormatter/FileDownloadLinkFormatter.php 3 4 ...d/FieldFormatter/FileImageResponsiveFormatter.php 1 4 ...lugin/Field/FieldFormatter/FileVideoFormatter.php 0 27 ...c/Plugin/Field/FieldWidget/FileEditableWidget.php 1 0 ...tity/src/Plugin/QueueWorker/FileDetermineType.php 1 0 ...ib/file_entity/src/Plugin/views/argument/Type.php 0 1 ...b/file_entity/src/Plugin/views/field/FileName.php 0 2 ...file_entity/src/Plugin/views/field/LinkDelete.php 0 1 ...le_entity/src/Plugin/views/field/LinkDownload.php 0 1 ...b/file_entity/src/Plugin/views/field/LinkEdit.php 0 1 ...ntrib/file_entity/src/Plugin/views/field/Type.php 0 1 ...ile_entity/src/Plugin/views/filter/SchemeType.php 1 1 ...trib/file_entity/src/Plugin/views/filter/Type.php 1 0 ...ity/tests/src/Functional/FileEntityAccessTest.php 4 1 ...tity/tests/src/Functional/FileEntityAdminTest.php 5 2 .../tests/src/Functional/FileEntityCacheTagsTest.php 5 0 ...y/tests/src/Functional/FileEntityCreationTest.php 3 4 ...ntity/tests/src/Functional/FileEntityEditTest.php 6 13 ...nctional/FileEntityFileTypeClassificationTest.php 2 5 ...ty/tests/src/Functional/FileEntityReplaceTest.php 1 9 ...y/tests/src/Functional/FileEntityServicesTest.php 1 0 ...ntity/tests/src/Functional/FileEntityTestBase.php 7 2 ...tity/tests/src/Functional/FileEntityTokenTest.php 6 4 ...ntity/tests/src/Functional/FileEntityTypeTest.php 2 39 ...ntity/tests/src/Functional/FileEntityUnitTest.php 3 1 ...ntity/views/views_handler_field_file_rendered.inc 6 4 ...b/file_entity/views/views_plugin_row_file_rss.inc 18 5 ---------------------------------------------------------------------- A TOTAL OF 104 ERRORS AND 190 WARNINGS WERE FOUND IN 39 FILES
I'll keep working on resolving these manually and will update the progress soon.
Thanks