Remove duplicate `the` from code

Created on 12 April 2024, 5 months ago
Updated 26 April 2024, 4 months ago

Problem/Motivation

Found 3 files having duplicate the.

find core -name '*.php' -print0 | xargs -0r grep -F "the the "
core/modules/update/tests/src/Functional/UpdateSettingsFormTest.php: * Tests the the update_settings form.
core/modules/system/tests/src/Functional/Form/MenuLinksetSettingsFormTest.php: * Tests the the menu_linkset_settings form.
core/modules/system/tests/src/Functional/Module/DependencyTest.php:    // Remove the version requirement from the the dependency definition

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Release notes snippet

📌 Task
Status

Fixed

Version

10.3

Component
Other 

Last updated about 8 hours ago

Created by

🇮🇳India narendraR Jaipur, India

Live updates comments and jobs are added and updated live.
  • Novice

    It would make a good project for someone who is new to the Drupal contribution process. It's preferred over Newbie.

Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024