Skip to content
Snippets Groups Projects
Commit 9f59cdf9 authored by Jennifer Hodgdon's avatar Jennifer Hodgdon
Browse files

Issue #1548038 by Rob Loach: Fix typo in CacheArray.php documentation

parent 78465097
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -38,9 +38,8 @@
* otherwise, will fail silently. So $var = &$object['foo'] will not throw an
* error, and $var will be populated with the contents of $object['foo'], but
* that data will be passed by value, not reference. For more information on
* the PHP limitation, see the note in the official PHP documentation atá
* http://php.net/manual/arrayaccess.offsetget.php on
* ArrayAccess::offsetGet().
* the PHP limitation, see the note in the official PHP documentation at
* http://php.net/manual/arrayaccess.offsetget.php on ArrayAccess::offsetGet().
*
* By default, the class accounts for caches where calling functions might
* request keys in the array that won't exist even after a cache rebuild. This
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment