Problem/Motivation

According to the PHP docs for nowdoc and the rest of core, there should not be a space between <<< and 'EOD' in Unicode.php, this makes some IDEs believe that the whole Unicode.php is a big commented out file.
http://php.net/manual/en/language.types.string.php#language.types.string...

Proposed resolution

Remove the space.

Remaining tasks

None

User interface changes

None

API changes

None

CommentFileSizeAuthor
#1 2437359-1.patch634 bytespcambra
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

pcambra’s picture

Status: Active » Needs review
FileSize
634 bytes
pcambra’s picture

Issue tags: +Quickfix
dawehner’s picture

Status: Needs review » Reviewed & tested by the community

Indeed a quickfix

webchick’s picture

Status: Reviewed & tested by the community » Fixed

Committed and pushed to 8.0.x. Thanks!

  • webchick committed 814d160 on 8.0.x
    Issue #2437359 by pcambra: Fix nowdoc space in Unicode.php
    

Status: Fixed » Closed (fixed)

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