In the file : core/lib/Drupal/Core/DrupalKernel.php has comment typos.

The following is the changes,

-   *   TRUE if the hostmame is valid, or FALSE otherwise.
+   *   TRUE if the hostname is valid, or FALSE otherwise.
-   * Host patterns (as regular expressions) can be configured throught
+   * Host patterns (as regular expressions) can be configured through
    * settings.php for multisite installations, sites using ServerAlias without
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

rakesh.gectcr created an issue. See original summary.

longwave’s picture

Status: Needs review » Needs work

Reinject and reinstantiated, while uncommon in English, look correct to me. The last two changes are good though.

sushantpaste’s picture

Patch works fine but I think Reinject (this is also used in core/lib/Drupal/Core/Config/ConfigImporter.php) and reinstantiated are looks correct.

rakesh.gectcr’s picture

I removed the both Reinject and reinstantiated .

rakesh.gectcr’s picture

Issue summary: View changes
Status: Needs work » Needs review
mahaveer003’s picture

Status: Needs review » Needs work

@rakesh.gectcr, Looks like you have added the wrong patch.

You have added the namespace with this

mahaveer003’s picture

    * @return bool
-   *   TRUE if the hostmame is valid, or FALSE otherwise.
+   *   TRUE if the hostname is valid, or FALSE otherwise.
-   * Host patterns (as regular expressions) can be configured throught
+   * Host patterns (as regular expressions) can be configured through
    * settings.php for multisite installations, sites using ServerAlias without
mahaveer003’s picture

Status: Needs work » Needs review
anil280988’s picture

Number of characters exceeds 80 in 1st line. Added patch for this

// Identify all services whose instances should be persisted when rebuilding
// the container during the lifetime of the kernel (e.g., during a kernel
// reboot). Include synthetic services, because by definition, they cannot
// be automatically reinstantiated. Also include services tagged to persist.

The last submitted patch, 7: 2605388-6.patch, failed testing.

sushantpaste’s picture

#9 Patch works fine.

sushantpaste’s picture

Status: Needs review » Reviewed & tested by the community

Status: Reviewed & tested by the community » Needs work

The last submitted patch, 9: 2605388-9.patch, failed testing.

aneeshthankachan’s picture

Status: Needs work » Needs review
FileSize
1.16 KB

I recreated the patch. Only having the typo Fix

cilefen’s picture

Status: Needs review » Reviewed & tested by the community

There is not much to say.

catch’s picture

Status: Reviewed & tested by the community » Fixed

Committed/pushed to 8.0.x, thanks!

  • catch committed 099d11a on 8.0.x
    Issue #2605388 by rakesh.gectcr, anil280988, mahavir003,...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.