Fix the issues reported by phpcs

Created on 9 January 2023, over 1 year ago
Updated 26 October 2023, 8 months ago

Problem/Motivation

$ vendor/bin/phpcs -s $_WEB_ROOT/modules/custom --report-junit=junit.xml --report-full --report-summary --report-source
FILE: ...tom/message_subscribe-3396691/tests/src/Unit/SubscribersTest.php
----------------------------------------------------------------------
FOUND 0 ERRORS AND 7 WARNINGS AFFECTING 7 LINES
----------------------------------------------------------------------
  7 | WARNING | [x] Unused use statement
    |         |     (Drupal.Classes.UnusedUseStatement.UnusedUse)
  8 | WARNING | [x] Unused use statement
    |         |     (Drupal.Classes.UnusedUseStatement.UnusedUse)
 10 | WARNING | [x] Unused use statement
    |         |     (Drupal.Classes.UnusedUseStatement.UnusedUse)
 12 | WARNING | [x] Unused use statement
    |         |     (Drupal.Classes.UnusedUseStatement.UnusedUse)
 16 | WARNING | [x] Unused use statement
    |         |     (Drupal.Classes.UnusedUseStatement.UnusedUse)
 20 | WARNING | [x] Unused use statement
    |         |     (Drupal.Classes.UnusedUseStatement.UnusedUse)
 21 | WARNING | [x] Unused use statement
    |         |     (Drupal.Classes.UnusedUseStatement.UnusedUse)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 7 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ..._subscribe-3396691/tests/src/Kernel/MessageSubscribeTestBase.php
----------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------
 9 | ERROR | [x] Use statements should be sorted alphabetically. The
   |       |     first wrong one is
   |       |     Drupal\Tests\message\Kernel\MessageTemplateCreateTrait.
   |       |     (SlevomatCodingStandard.Namespaces.AlphabeticallySortedUses.IncorrectlyOrderedUses)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...ustom/message_subscribe-3396691/tests/src/Kernel/ContextTest.php
----------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------
 10 | ERROR | [x] Use statements should be sorted alphabetically. The
    |       |     first wrong one is Drupal\og\Og.
    |       |     (SlevomatCodingStandard.Namespaces.AlphabeticallySortedUses.IncorrectlyOrderedUses)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...6691/tests/src/Kernel/Form/MessageSubscribeAdminSettingsTest.php
----------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------
 6 | ERROR | [x] Use statements should be sorted alphabetically. The
   |       |     first wrong one is
   |       |     Drupal\KernelTests\ConfigFormTestBase.
   |       |     (SlevomatCodingStandard.Namespaces.AlphabeticallySortedUses.IncorrectlyOrderedUses)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...es/custom/message_subscribe-3396691/src/SubscribersInterface.php
----------------------------------------------------------------------
FOUND 7 ERRORS AFFECTING 7 LINES
----------------------------------------------------------------------
 62 | ERROR | Long array syntax must not be used in doc comment code
    |       | annotations
    |       | (Drupal.Commenting.DocCommentLongArraySyntax.DocLongArray)
 63 | ERROR | Long array syntax must not be used in doc comment code
    |       | annotations
    |       | (Drupal.Commenting.DocCommentLongArraySyntax.DocLongArray)
 64 | ERROR | Long array syntax must not be used in doc comment code
    |       | annotations
    |       | (Drupal.Commenting.DocCommentLongArraySyntax.DocLongArray)
 67 | ERROR | Long array syntax must not be used in doc comment code
    |       | annotations
    |       | (Drupal.Commenting.DocCommentLongArraySyntax.DocLongArray)
 68 | ERROR | Long array syntax must not be used in doc comment code
    |       | annotations
    |       | (Drupal.Commenting.DocCommentLongArraySyntax.DocLongArray)
 70 | ERROR | Long array syntax must not be used in doc comment code
    |       | annotations
    |       | (Drupal.Commenting.DocCommentLongArraySyntax.DocLongArray)
 72 | ERROR | Long array syntax must not be used in doc comment code
    |       | annotations
    |       | (Drupal.Commenting.DocCommentLongArraySyntax.DocLongArray)
----------------------------------------------------------------------
FILE: ...web/modules/custom/message_subscribe-3396691/src/Subscribers.php
----------------------------------------------------------------------
FOUND 4 ERRORS AFFECTING 4 LINES
----------------------------------------------------------------------
 143 | ERROR | [x] Use null coalesce operator instead of ternary
     |       |     operator.
     |       |     (SlevomatCodingStandard.ControlStructures.RequireNullCoalesceOperator.NullCoalesceOperatorNotUsed)
 144 | ERROR | [x] Use null coalesce operator instead of ternary
     |       |     operator.
     |       |     (SlevomatCodingStandard.ControlStructures.RequireNullCoalesceOperator.NullCoalesceOperatorNotUsed)
 242 | ERROR | [ ] The array declaration extends to column 206 (the
     |       |     limit is 120). The array content should be split
     |       |     up over multiple lines
     |       |     (Drupal.Arrays.Array.LongLineDeclaration)
 274 | ERROR | [x] Use null coalesce operator instead of ternary
     |       |     operator.
     |       |     (SlevomatCodingStandard.ControlStructures.RequireNullCoalesceOperator.NullCoalesceOperatorNotUsed)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...age_subscribe_ui/tests/src/Functional/SubscriptionsBlockTest.php
----------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------
 7 | ERROR | [x] Use statements should be sorted alphabetically. The
   |       |     first wrong one is Drupal\Tests\BrowserTestBase.
   |       |     (SlevomatCodingStandard.Namespaces.AlphabeticallySortedUses.IncorrectlyOrderedUses)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...-3396691/message_subscribe_ui/src/Plugin/Block/Subscriptions.php
----------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
----------------------------------------------------------------------
 235 | WARNING | [x] 'TODO: Implement validateForm() method.' should
     |         |     match the format '@todo Fix problem X here.'
     |         |     (Drupal.Commenting.TodoComment.TodoFormat)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...1/message_subscribe_ui/src/Controller/SubscriptionController.php
----------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------
 183 | ERROR | [x] list(...) is forbidden, use [...] instead.
     |       |     (SlevomatCodingStandard.PHP.ShortList.LongListUsed)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...96691/message_subscribe_example/message_subscribe_example.module
----------------------------------------------------------------------
FOUND 7 ERRORS AND 3 WARNINGS AFFECTING 7 LINES
----------------------------------------------------------------------
  10 | ERROR   | [x] Use statements should be sorted alphabetically.
     |         |     The first wrong one is
     |         |     Drupal\comment\Entity\Comment.
     |         |     (SlevomatCodingStandard.Namespaces.AlphabeticallySortedUses.IncorrectlyOrderedUses)
  13 | WARNING | [x] Unused use statement
     |         |     (Drupal.Classes.UnusedUseStatement.UnusedUse)
  21 | WARNING | [ ] Hook implementations should not duplicate @param
     |         |     documentation
     |         |     (Drupal.Commenting.HookComment.HookParamDoc)
  24 | WARNING | [ ] Hook implementations should not duplicate @param
     |         |     documentation
     |         |     (Drupal.Commenting.HookComment.HookParamDoc)
  55 | ERROR   | [x] Line indented incorrectly; expected 4 spaces,
     |         |     found 2
     |         |     (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
  55 | ERROR   | [x] Object operator not indented correctly; expected
     |         |     4 spaces but found 2
     |         |     (Drupal.WhiteSpace.ObjectOperatorIndent.Indent)
  87 | ERROR   | [x] Line indented incorrectly; expected 6 spaces,
     |         |     found 4
     |         |     (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
  87 | ERROR   | [x] Object operator not indented correctly; expected
     |         |     6 spaces but found 4
     |         |     (Drupal.WhiteSpace.ObjectOperatorIndent.Indent)
 198 | ERROR   | [x] Line indented incorrectly; expected 4 spaces,
     |         |     found 2
     |         |     (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 198 | ERROR   | [x] Object operator not indented correctly; expected
     |         |     4 spaces but found 2
     |         |     (Drupal.WhiteSpace.ObjectOperatorIndent.Indent)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 8 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...e-3396691/message_subscribe_email/message_subscribe_email.module
----------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
----------------------------------------------------------------------
 35 | WARNING | [x] 'TODO: Replace this with something cleaner once
    |         |     core provides it.' should match the format '@todo
    |         |     Fix problem X here.'
    |         |     (Drupal.Commenting.TodoComment.TodoFormat)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...96691/message_subscribe_email/tests/src/Functional/ViewsTest.php
----------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------
 7 | ERROR | [x] Use statements should be sorted alphabetically. The
   |       |     first wrong one is Drupal\Tests\BrowserTestBase.
   |       |     (SlevomatCodingStandard.Namespaces.AlphabeticallySortedUses.IncorrectlyOrderedUses)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
Time: 620ms; Memory: 6MB
PHP CODE SNIFFER REPORT SUMMARY
----------------------------------------------------------------------
FILE                                                  ERRORS  WARNINGS
----------------------------------------------------------------------
...ge_subscribe_email/message_subscribe_email.module  0       1
...ubscribe_email/tests/src/Functional/ViewsTest.php  1       0
...ubscribe_example/message_subscribe_example.module  7       3
...ribe_ui/src/Controller/SubscriptionController.php  1       0
...e_subscribe_ui/src/Plugin/Block/Subscriptions.php  0       1
...i/tests/src/Functional/SubscriptionsBlockTest.php  1       0
...tom/message_subscribe-3396691/src/Subscribers.php  4       0
...ge_subscribe-3396691/src/SubscribersInterface.php  7       0
...ubscribe-3396691/tests/src/Kernel/ContextTest.php  1       0
...691/tests/src/Kernel/MessageSubscribeTestBase.php  1       0
...Kernel/Form/MessageSubscribeAdminSettingsTest.php  1       0
...scribe-3396691/tests/src/Unit/SubscribersTest.php  0       7
----------------------------------------------------------------------
A TOTAL OF 24 ERRORS AND 12 WARNINGS WERE FOUND IN 38 FILES
----------------------------------------------------------------------
PHPCBF CAN FIX 26 OF THESE SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
PHP CODE SNIFFER VIOLATION SOURCE SUMMARY
----------------------------------------------------------------------
    SOURCE                                                       COUNT
----------------------------------------------------------------------
[x] Drupal.Classes.UnusedUseStatement.UnusedUse                  8
[ ] Drupal.Commenting.DocCommentLongArraySyntax.DocLongArray     7
[x] SlevomatCodingStandard.Namespaces.AlphabeticallySortedUses.  6
[x] Drupal.WhiteSpace.ObjectOperatorIndent.Indent                3
[x] Drupal.WhiteSpace.ScopeIndent.IncorrectExact                 3
[x] SlevomatCodingStandard.ControlStructures.RequireNullCoalesc  3
[ ] Drupal.Commenting.HookComment.HookParamDoc                   2
[x] Drupal.Commenting.TodoComment.TodoFormat                     2
[ ] Drupal.Arrays.Array.LongLineDeclaration                      1
[x] SlevomatCodingStandard.PHP.ShortList.LongListUsed            1
----------------------------------------------------------------------
A TOTAL OF 36 SNIFF VIOLATIONS WERE FOUND IN 10 SOURCES
----------------------------------------------------------------------
PHPCBF CAN FIX THE 7 MARKED SOURCES AUTOMATICALLY (26 VIOLATIONS IN TOTAL)
----------------------------------------------------------------------
$CI_PROJECT_DIR/$_WEB_ROOT/core/node_modules/.bin/eslint --no-error-on-unmatched-pattern --ignore-pattern="*.es6.js" --resolve-plugins-relative-to=$CI_PROJECT_DIR/$_WEB_ROOT/core --ext=.js,.yml . || true
/builds/issue/message_subscribe-3396691/web/modules/custom/message_subscribe-3396691/message_subscribe_example/config/optional/core.entity_view_display.message.update_node.mail_body.yml
  10:1  error  Expected indentation of 4 spaces but found 5 spaces  yml/indent
/builds/issue/message_subscribe-3396691/web/modules/custom/message_subscribe-3396691/message_subscribe_example/config/optional/core.entity_view_display.message.update_node.mail_subject.yml
  10:1  error  Expected indentation of 4 spaces but found 5 spaces  yml/indent
✖ 2 problems (2 errors, 0 warnings)
  2 errors and 0 warnings potentially fixable with the `--fix` option.

Steps to reproduce

Proposed resolution

Above error/warnings need to be fixed

📌 Task
Status

Fixed

Version

1.0

Component

Code

Created by

🇮🇳India samit.310@gmail.com

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

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • 🇮🇳India Charchil Khandelwal

    Charchil Khandelwal made their first commit to this issue’s fork.

  • 🇮🇳India Charchil Khandelwal

    I will review patch.

  • 🇮🇳India Charchil Khandelwal

    Thanks @samit.310@gmail.com, patch #2 applied cleanly, all errors and warnings are fixed.

  • @charchil-khandelwal opened merge request.
  • 🇮🇳India Charchil Khandelwal

    Created MR for this.
    Please review.

  • Status changed to Needs work about 1 year ago
  • 🇮🇹Italy apaderno Brescia, 🇮🇹
       return [
         2 => new DeliveryCandidate(['subscribe_node'], ['sms'], 2),
    -    7 => new DeliveryCandidate(['subscribe_og', 'subscribe_user'], ['sms', 'email'], 7),
    +    7 => new DeliveryCandidate([
    +      'subscribe_og',
    +      'subscribe_user',
    +    ], [
    +      'sms',
    +      'email',
    +    ], 7),
       ];

    Code lines are allowed to exceed 80 characters, if they are more readable. The existing code is more readable.

    +  /**
    +   * {@inheritdoc}
    +   */
    +  public function __construct(ConfigFactoryInterface $config_factory, Manager $notifier_manager) {

    {@inheritdoc} is not used for constructors.

  • Assigned to arpitk
  • Issue was unassigned.
  • 🇮🇳India arpitk

    Updated patch with recommendation from #8

  • Status changed to Needs review about 1 year ago
  • Open on Drupal.org →
    Core: 9.5.x + Environment: PHP 8.1 & MySQL 5.7
    last update about 1 year ago
    Waiting for branch to pass
  • 🇮🇳India arpitk

    Please review the patch #10

    Thanks!

  • Assigned to Shanu Chouhan
  • Issue was unassigned.
  • Status changed to Needs work about 1 year ago
  • 🇮🇹Italy apaderno Brescia, 🇮🇹
    +  /**
    +   * Constructs a new MessageSubscribeAdminSettings object.
    +   */
    +  public function __construct(ConfigFactoryInterface $config_factory, Manager $notifier_manager) {

    The documentation comment for a constructor must document its parameters.

     dependencies:
    -  - message_subscribe
    +  - drupal:message_subscribe

    The Message Subscribe module (this very module) is not a Drupal core module.

  • Status changed to Needs review about 1 year ago
  • Open on Drupal.org →
    Core: 9.5.x + Environment: PHP 8.1 & MySQL 5.7
    last update about 1 year ago
    Waiting for branch to pass
  • 🇮🇳India sakthi_dev

    Updated patch based on #14. Please review.

  • Status changed to Needs work about 1 year ago
  • 🇮🇹Italy apaderno Brescia, 🇮🇹
    +  /**
    +   * Constructs a new MessageSubscribeAdminSettings object.
    +   *

    The class namespace is missing.

    +   * @param Drupal\Core\Config\ConfigFactoryInterface $config_factory
    +   *   The Config Factory contains all the configs.

    The config factory. is sufficient.

    +   * @param Drupal\message_notify\Plugin\Notifier\Manager $notifier_manager
    +   *   Notification Manager of message_notify.

    That description is missing a definite article.
    Notification and Manager are misspelled, since they need to be spelled with lowercase letters.
    There is no need to say which module implements that class, nor say its machine name.

  • Status changed to Needs review about 1 year ago
  • Open on Drupal.org →
    Core: 9.5.x + Environment: PHP 8.1 & MySQL 5.7
    last update about 1 year ago
    Waiting for branch to pass
  • 🇵🇭Philippines roberttabigue

    Hi,

    Confirmed no PHPCS errors after applying Patch #17 and the latest MR to the Message Subscribe module with version 8.x-1.x-dev and with Drupal core version 9.5.8.

    Moving this now to RTBC.
    Kindly refer to the attached screenshots, please.

  • Status changed to RTBC about 1 year ago
  • Status changed to Needs work about 1 year ago
  • 🇮🇹Italy apaderno Brescia, 🇮🇹
      * Implements hook_message_subscribe_get_subscribers_alter().
      *
      * Alter the subscribers list.

    The last line is not necessary too.

  • Assigned to imustakim
  • Issue was unassigned.
  • Status changed to Needs review about 1 year ago
  • Open on Drupal.org →
    Core: 9.5.x + Environment: PHP 8.1 & MySQL 5.7
    last update about 1 year ago
    Waiting for branch to pass
  • 🇮🇳India imustakim Ahmedabad

    Patch updated.
    Please review.

  • Status changed to Needs work about 1 year ago
  • 🇮🇹Italy apaderno Brescia, 🇮🇹
    +      /*
    +       * Can not remove $j, as we have to use it with foreach.
    +       * // @codingStandardsIgnoreStart
    +       */
           foreach (range(1, 5) as $j) {
             $this->terms[] = $this->createTerm($vocab);
           }
    +      // @codingStandardsIgnoreEnd

    There is no need to use @codingStandardsIgnoreStart. The following code does not cause any warning/error.

           for ($j = 1; $j <= 5; $j++) {
             $this->terms[] = $this->createTerm($vocab);
           }
    
  • Assigned to imustakim
  • Issue was unassigned.
  • Status changed to Needs review about 1 year ago
  • Open on Drupal.org →
    Core: 9.5.x + Environment: PHP 8.1 & MySQL 5.7
    last update about 1 year ago
    Waiting for branch to pass
  • Open on Drupal.org →
    Core: 9.5.x + Environment: PHP 8.1 & MySQL 5.7
    last update about 1 year ago
    Waiting for branch to pass
  • 🇮🇳India imustakim Ahmedabad

    Patch updated.
    Please review.

  • 🇬🇧United Kingdom jaydenpearly

    Cannot apply patch Fix the issues reported by phpcs ( https://www.drupal.org/files/issues/2023-05-22/3331903-27.patch )!

    Checking patch message_subscribe.api.php...
    Checking patch message_subscribe_email/message_subscribe_email.info.yml...
    Checking patch message_subscribe_email/message_subscribe_email.module...
    Checking patch message_subscribe_email/tests/src/Functional/ViewsTest.php...
    Checking patch message_subscribe_email/tests/src/FunctionalJavascript/MessageSubscribeEmailTest.php...
    Checking patch message_subscribe_example/README.md...
    Checking patch message_subscribe_example/message_subscribe_example.module...
    error: while searching for:
      // a custom list (see hook_user_insert() below). This is just an
      // illustration of another solution.
      $query = \Drupal::entityQuery('user')
      ->condition('status', 1);
      $query->condition('roles', 'administrators');
      $admin_uids = $query->execute();
      foreach ($admin_uids as $uid) {
    
    error: patch failed: message_subscribe_example/message_subscribe_example.module:52
    error: message_subscribe_example/message_subscribe_example.module: patch does not apply
    Checking patch message_subscribe_ui/src/Controller/SubscriptionController.php...
    Checking patch message_subscribe_ui/src/Plugin/Block/Subscriptions.php...
    Checking patch message_subscribe_ui/tests/src/Functional/SubscriptionsBlockTest.php...
    Checking patch src/Form/MessageSubscribeAdminSettings.php...
    Hunk #2 succeeded at 83 (offset 6 lines).
    Checking patch src/Subscribers.php...
    Hunk #2 succeeded at 243 (offset 4 lines).
    Hunk #3 succeeded at 286 (offset 12 lines).
    Checking patch src/SubscribersInterface.php...
    Checking patch tests/modules/message_subscribe_test/message_subscribe_test.info.yml...
    Checking patch tests/src/Functional/MenuTest.php...
    Checking patch tests/src/Functional/UninstallTest.php...
    Checking patch tests/src/Kernel/SubscribersTest.php...
    Checking patch tests/src/Unit/Subscribers/DeliveryCandidateTest.php...
    Checking patch tests/src/Unit/SubscribersTest.php...
    
  • Open in Jenkins → Open on Drupal.org →
    Core: 9.5.x + Environment: PHP 7.4 & MySQL 5.7
    last update 11 months ago
    29 pass
  • Status changed to Needs work 11 months ago
  • 🇮🇹Italy apaderno Brescia, 🇮🇹
    -    7 => new DeliveryCandidate(['subscribe_og', 'subscribe_user'], ['sms', 'email'], 7),
    +    7 => new DeliveryCandidate(
    +      ['subscribe_og', 'subscribe_user'],
    +      ['sms', 'email'],
    +      7),
       ];
    -    ['@flags' => implode(', ', $flag_ids), '@uids' => implode(', ', array_keys($uids))]
    +    [
    +      '@flags' => implode(', ', $flag_ids),
    +      '@uids' => implode(', ', array_keys($uids)),
    +    ]

    Code lines are allowed to exceed 80 characters, if they are easier to understand. The existing code is easier to understand.

    -      $this->assertSession()->pageTextContains(t('You are not subscribed to any items.'));
    +      $this->assertSession()->pageTextContains($this->t('You are not subscribed to any items.'));
         }

    Tests should not use translatable strings simply for the fact that they are not translated, when tests run.

    This means that the following change must be reverted.

       use ContentTypeCreationTrait;
       use NodeCreationTrait;
    +  use StringTranslationTrait;
  • 🇮🇳India kbk1992 Hyderabad

    bharath-kondeti made their first commit to this issue’s fork.

  • Open on Drupal.org →
    Core: 9.5.x + Environment: PHP 8.1 & MySQL 5.7
    last update 11 months ago
    Waiting for branch to pass
  • @bharath-kondeti opened merge request.
  • Status changed to Needs review 11 months ago
  • 🇮🇳India kbk1992 Hyderabad

    Raised a new MR https://git.drupalcode.org/project/message_subscribe/-/merge_requests/7 with latest patch and addressed #29

  • Status changed to Needs work 11 months ago
  • 🇮🇹Italy apaderno Brescia, 🇮🇹
  • Assigned to nitin_lama
  • Open on Drupal.org →
    Core: 9.5.x + Environment: PHP 8.1 & MySQL 5.7
    last update 10 months ago
    Waiting for branch to pass
  • Issue was unassigned.
  • First commit to issue fork.
  • Assigned to bluegeek9
  • Status changed to Active 8 months ago
  • 🇺🇸United States bluegeek9

    I updated the description with the errors reported from the Gitlab CI pipeline, 📌 GitLab CI Needs review

    I am working i branch 3331903-phpcs-eslint

  • Open on Drupal.org →
    Core: 9.5.x + Environment: PHP 8.1 & MySQL 5.7
    last update 8 months ago
    Waiting for branch to pass
  • @bluegeek9 opened merge request.
  • Open on Drupal.org →
    Core: 9.5.x + Environment: PHP 8.1 & MySQL 5.7
    last update 8 months ago
    Waiting for branch to pass
  • Open in Jenkins → Open on Drupal.org →
    Core: 9.5.x + Environment: PHP 8.1 & MySQL 5.7
    last update 8 months ago
    22 pass, 14 fail
  • Open in Jenkins → Open on Drupal.org →
    Core: 9.5.x + Environment: PHP 8.1 & MySQL 5.7
    last update 8 months ago
    28 pass, 2 fail
  • Open in Jenkins → Open on Drupal.org →
    Core: 9.5.x + Environment: PHP 8.1 & MySQL 5.7
    last update 8 months ago
    29 pass
  • Issue was unassigned.
  • Status changed to Needs review 8 months ago
  • Open in Jenkins → Open on Drupal.org →
    Core: 9.5.x + Environment: PHP 8.1 & MySQL 5.7
    last update 8 months ago
    29 pass
  • Open in Jenkins → Open on Drupal.org →
    Core: 9.5.x + Environment: PHP 8.1 & MySQL 5.7
    last update 8 months ago
    29 pass
  • Open in Jenkins → Open on Drupal.org →
    Core: 9.5.x + Environment: PHP 8.1 & MySQL 5.7
    last update 8 months ago
    29 pass
    • bluegeek9 committed dd7442ad on 8.x-1.x
      Issue #3331903 by imustakim: Fix the issues reported by phpcs
      
  • Status changed to Fixed 8 months ago
  • Automatically closed - issue fixed for 2 weeks with no activity.

Production build 0.69.0 2024