At line 41 (currently) in core/lib/Drupal/Core/Utility/CacheArray.php there is a typo:

 * the PHP limitation, see the note in the official PHP documentation atá

That character at the end of the line shouldn't be there, and it is screwing up the api.drupal.org page for this file:
http://api.drupal.org/api/drupal/core!lib!Drupal!Core!Utility!CacheArray...
(and also making it impossible to parse/save at all in API 7.x, which is a separate issue, but anyway...).

Just need a quick patch to remove it. File is not present in 7.x.

CommentFileSizeAuthor
#1 1548038.patch979 bytesrobloach

Comments

robloach’s picture

Priority: Normal » Minor
Status: Active » Needs review
StatusFileSize
new979 bytes
bleen’s picture

Status: Needs review » Reviewed & tested by the community

yes

jhodgdon’s picture

Status: Reviewed & tested by the community » Fixed

Thanks, committed to 8.x. Should make api.drupal.org a bit happier. :)

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