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.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 1548038.patch | 979 bytes | robloach |
Comments
Comment #1
robloachComment #2
bleen commentedyes
Comment #3
jhodgdonThanks, committed to 8.x. Should make api.drupal.org a bit happier. :)