Fix the issues reported by phpcs

Created on 29 March 2023, over 1 year ago
Updated 31 July 2024, 5 months ago
📌 Task
Status

Needs review

Version

4.0

Component

Code

Created by

🇮🇳India himanshu_jhaloya Indore

Live updates comments and jobs are added and updated live.
  • Coding standards

    It involves compliance with, or the content of coding standards. Requires broad community agreement.

Sign in to follow issues

Merge Requests

Comments & Activities

  • Issue created by @himanshu_jhaloya
  • Status changed to Needs work over 1 year ago
  • 🇮🇹Italy apaderno Brescia, 🇮🇹

    The issue summary should always describe what the issue is trying to fix and, in the case, of coding standards issues, show which command has been used, which arguments have been used, and which report that command shown.

  • Merge request !5fixed-some-issue → (Open) created by himanshu_jhaloya
  • Issue was unassigned.
  • 🇮🇹Italy apaderno Brescia, 🇮🇹

    To make it clearer, the issue summary does not show which arguments were passed to phpcs to get the quoted report.

  • First commit to issue fork.
  • 🇮🇳India _pratik_ Banglore

    There are some errors and warning left that need to be fixed, related to Drupal practice.

  • 🇮🇹Italy apaderno Brescia, 🇮🇹
  • First commit to issue fork.
  • Open on Drupal.org →
    Core: 9.5.x + Environment: PHP 7.4 & MySQL 5.7
    last update 12 months ago
    Not currently mergeable.
  • Assigned to PrabuEla
  • Issue was unassigned.
  • Open in Jenkins → Open on Drupal.org →
    Core: 9.5.x + Environment: PHP 7.4 & MySQL 5.7
    last update 12 months ago
    56 fail
  • 🇮🇳India PrabuEla chennai

    I have rebased the branch and fixed the conflict in README.md file

  • 🇮🇳India PrabuEla chennai

    hey ,
    There are still some error. please find it below.

    phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml web/modules/contrib/imageapi_optimize

    FILE: /Users/prabue/Desktop/Projects/drupal-9/web/modules/contrib/imageapi_optimize/imageapi_optimize.api.php
    -------------------------------------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    -------------------------------------------------------------------------------------------------------------
    22 | ERROR | Type hint "array" missing for $processors
    -------------------------------------------------------------------------------------------------------------

    FILE: /Users/prabue/Desktop/Projects/drupal-9/web/modules/contrib/imageapi_optimize/src/ImageAPIOptimizeProcessorPluginCollection.php
    -------------------------------------------------------------------------------------------------------------------------------------
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    -------------------------------------------------------------------------------------------------------------------------------------
    23 | WARNING | Possible useless method overriding detected
    -------------------------------------------------------------------------------------------------------------------------------------

    FILE: /Users/prabue/Desktop/Projects/drupal-9/web/modules/contrib/imageapi_optimize/src/ImageAPIOptimizePipelineInterface.php
    ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    23 | WARNING | The @see url '\Drupal\imageapi_optimize\ImageAPIOptimizePipelineStorageInterface::getReplacementId()' does not match the standard: http(s)://www.drupal.org/node/n or
    | | http(s)://www.drupal.org/project/aaa/issues/n
    ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    Time: 806ms; Memory: 12MB

  • First commit to issue fork.
  • 🇮🇳India Yashaswi18

    These issues are remaining

    FILE: ...esktop\Contrib\imageapi_optimize\src\ImageAPIOptimizePipelineInterface.php
    --------------------------------------------------------------------------------
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     23 | WARNING | The @see url
        |         | '\Drupal\imageapi_optimize\ImageAPIOptimizePipelineStorageInterface::getReplacementId()'
        |         | does not match the standard: http(s)://www.drupal.org/node/n or
        |         | http(s)://www.drupal.org/project/aaa/issues/n
    --------------------------------------------------------------------------------
    
    
    FILE: ...ontrib\imageapi_optimize\src\ImageAPIOptimizeProcessorPluginCollection.php
    --------------------------------------------------------------------------------
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     23 | WARNING | Possible useless method overriding detected
    --------------------------------------------------------------------------------
    
    Time: 1.84 secs; Memory: 10MB
    
  • 🇮🇹Italy apaderno Brescia, 🇮🇹

    Actually, as per Drupal coding standard , @see \Drupal\imageapi_optimize\ImageAPIOptimizePipelineStorageInterface::getReplacementId() is correct.

  • First commit to issue fork.
  • Open in Jenkins → Open on Drupal.org →
    Core: 9.5.x + Environment: PHP 7.4 & MySQL 5.7
    last update 10 months ago
    56 fail
  • Assigned to nitin_lama
  • Open in Jenkins → Open on Drupal.org →
    Core: 9.5.x + Environment: PHP 7.4 & MySQL 5.7
    last update 10 months ago
    56 fail
  • Status changed to Needs review 10 months ago
  • Issue was unassigned.
  • 🇮🇳India pray_12

    Hi,
    Applied the MR!5 found one warning.

    
    FILE: /imageapi_optimize/src/ImageAPIOptimizePipelineInterface.php
    ------------------------------------------------------------------------------------------------------------------------------------------------------------
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ------------------------------------------------------------------------------------------------------------------------------------------------------------
     23 | WARNING | The @see url '\Drupal\imageapi_optimize\ImageAPIOptimizePipelineStorageInterface::getReplacementId()' does not match the standard:
        |         | http(s)://www.drupal.org/node/n or http(s)://www.drupal.org/project/aaa/issues/n
    ------------------------------------------------------------------------------------------------------------------------------------------------------------
    
  • Status changed to Needs work 5 months ago
  • Hi @nitin_lama,

    The latest changes you made on MR!5 was applied successfully but it still reported 1 file with a warning. Please see:

    imageapi_optimize git:(4.x) curl https://git.drupalcode.org/project/imageapi_optimize/-/merge_requests/5.diff | patch -p1
      % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                     Dload  Upload   Total   Spent    Left  Speed
    100 57816    0 57816    0     0  97849      0 --:--:-- --:--:-- --:--:-- 99682
    patching file README.md
    patching file imageapi_optimize.api.php
    patching file imageapi_optimize.install
    patching file imageapi_optimize.module
    patching file src/Annotation/ImageAPIOptimizeProcessor.php
    patching file src/Entity/ImageAPIOptimizePipeline.php
    patching file src/Entity/ImageStyleWithPipeline.php
    patching file src/Exception/PluginNotFoundException.php
    patching file src/Form/ImageAPIOptimizeDefaultPipelineConfigForm.php
    patching file src/Form/ImageAPIOptimizePipelineDeleteForm.php
    patching file src/Form/ImageAPIOptimizePipelineEditForm.php
    patching file src/Form/ImageAPIOptimizeProcessorAddForm.php
    patching file src/Form/ImageAPIOptimizeProcessorDeleteForm.php
    patching file src/Form/ImageAPIOptimizeProcessorEditForm.php
    patching file src/Form/ImageAPIOptimizeProcessorFormBase.php
    patching file src/ImageAPIOptimizeHookImplementations.php
    patching file src/ImageAPIOptimizePipelineInterface.php
    patching file src/ImageAPIOptimizePipelineListBuilder.php
    patching file src/ImageAPIOptimizePipelineStorage.php
    patching file src/ImageAPIOptimizePipelineStorageInterface.php
    patching file src/ImageAPIOptimizeProcessorBase.php
    patching file src/ImageAPIOptimizeProcessorInterface.php
    patching file src/ImageAPIOptimizeProcessorPluginCollection.php
    patching file src/ImageStyleWithPipelineListBuilder.php
    patching file tests/module/imageapi_optimize_module_test/src/Plugin/ImageAPIOptimizeProcessor/TestProcessorAppendCharacters.php
    patching file tests/module/imageapi_optimize_module_test/src/Plugin/ImageAPIOptimizeProcessor/TestProcessorBlackPNG.php
    patching file tests/module/imageapi_optimize_module_test/src/Plugin/ImageAPIOptimizeProcessor/TestProcessorFailedGreenPNG.php
    patching file tests/src/Functional/FileMoveTest.php
    patching file tests/src/Functional/ImageAdminStylesTest.php
    patching file tests/src/Functional/ImageDimensionsTest.php
    patching file tests/src/Functional/ImageFieldDefaultImagesTest.php
    patching file tests/src/Functional/ImageFieldDisplayTest.php
    patching file tests/src/Functional/ImageFieldValidateTest.php
    patching file tests/src/Functional/ImageFieldWidgetTest.php
    patching file tests/src/Functional/ImageOnTranslatedEntityTest.php
    patching file tests/src/Functional/ImageStyleDeleteTest.php
    patching file tests/src/Functional/ImageStyleFlushTest.php
    patching file tests/src/Functional/ImageStylesPathAndUrlTest.php
    patching file tests/src/Functional/QuickEditImageControllerTest.php
    patching file tests/src/FunctionalJavascript/ImageAdminStylesTest.php
    patching file tests/src/FunctionalJavascript/ImageFieldValidateTest.php
    patching file tests/src/FunctionalJavascript/QuickEditImageTest.php
    patching file tests/src/Kernel/ImageEffectsTest.php
    patching file tests/src/Kernel/ImageFormatterTest.php
    patching file tests/src/Kernel/ImageImportTest.php
    patching file tests/src/Kernel/ImageItemTest.php
    patching file tests/src/Kernel/ImageOptimizePipelineTest.php
    patching file tests/src/Kernel/ImageStyleCustomStreamWrappersTest.php
    patching file tests/src/Kernel/ImageStyleIntegrationTest.php
    patching file tests/src/Kernel/ImageThemeFunctionTest.php
    patching file tests/src/Kernel/Migrate/d6/MigrateImageCacheTest.php
    patching file tests/src/Kernel/Migrate/d7/MigrateImageSettingsTest.php
    patching file tests/src/Kernel/Migrate/d7/MigrateImageStylesTest.php
    patching file tests/src/Kernel/Views/ImageViewsDataTest.php
    patching file tests/src/Kernel/Views/RelationshipUserImageDataTest.php
    ➜  imageapi_optimize git:(4.x) ✗ cd ..
    ➜  contrib git:(master) ✗ phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml,twig imageapi_optimize
    
    FILE: ...odules/contrib/imageapi_optimize/src/ImageAPIOptimizePipelineInterface.php
    --------------------------------------------------------------------------------
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     23 | WARNING | The @see url
        |         | '\Drupal\imageapi_optimize\ImageAPIOptimizePipelineStorageInterface::getReplacementId()'
        |         | does not match the standard: http(s)://www.drupal.org/node/n or
        |         | http(s)://www.drupal.org/project/aaa/issues/n
    --------------------------------------------------------------------------------
    
    Time: 742ms; Memory: 12MB

    Kindly check

    Thanks,
    Jake

  • 🇮🇹Italy apaderno Brescia, 🇮🇹

    avpaderno changed the visibility of the branch 3351047-phpcs-drupal-coding to hidden.

  • Pipeline finished with Failed
    5 months ago
    Total: 132s
    #239092
  • Pipeline finished with Failed
    5 months ago
    Total: 134s
    #239433
  • Status changed to Needs review 5 months ago
  • 🇮🇹Italy apaderno Brescia, 🇮🇹
  • Pipeline finished with Failed
    5 months ago
    Total: 262s
    #239439
  • 🇮🇹Italy apaderno Brescia, 🇮🇹
  • 🇮🇹Italy apaderno Brescia, 🇮🇹

    avpaderno changed the visibility of the branch 3351047-gitlab-ci-reports to hidden.

  • Pipeline finished with Failed
    5 months ago
    Total: 133s
    #239558
Production build 0.71.5 2024