As per the revised coding standards @file docblock has no use anymore.

We still need @file in .module and .install files, as well as theme templates.
The only @file doc blocks to remove would be for files under (modulename)/src -- the PSR-4-compliant class/interface files.

CommentFileSizeAuthor
#2 2746999-file-docblock-2.patch7.43 KBaloknarwaria
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

aloknarwaria created an issue. See original summary.

aloknarwaria’s picture

I removed @file docblock from following files:

src/Annotation/ImcePlugin.php
src/Controller/ImceController.php
src/Entity/ImceProfile.php
src/Form/ImceProfileDeleteForm.php
src/Form/ImceProfileForm.php
src/Form/ImceSettingsForm.php
src/Imce.php
src/ImceFM.php
src/ImceFile.php
src/ImceFileField.php
src/ImceFolder.php
src/ImceItem.php
src/ImcePluginBase.php
src/ImcePluginInterface.php
src/ImcePluginManager.php
src/ImceProfileListBuilder.php
src/Plugin/BUEditorPlugin/Imce.php
src/Plugin/CKEditorPlugin/Imce.php
src/Plugin/ImcePlugin/Core.php
src/Plugin/ImcePlugin/Delete.php
src/Plugin/ImcePlugin/Newfolder.php
src/Plugin/ImcePlugin/Resize.php
src/Plugin/ImcePlugin/Upload.php

aloknarwaria’s picture

Status: Active » Needs review
ufku’s picture

Status: Needs review » Closed (duplicate)