From 9f59cdf9375f2cf5a096da52ac3e3b440251b491 Mon Sep 17 00:00:00 2001 From: Jennifer Hodgdon <yahgrp@poplarware.com> Date: Fri, 27 Apr 2012 09:42:28 -0700 Subject: [PATCH] Issue #1548038 by Rob Loach: Fix typo in CacheArray.php documentation --- core/lib/Drupal/Core/Utility/CacheArray.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/core/lib/Drupal/Core/Utility/CacheArray.php b/core/lib/Drupal/Core/Utility/CacheArray.php index bba2bc4e252c..0b31039d5ab2 100644 --- a/core/lib/Drupal/Core/Utility/CacheArray.php +++ b/core/lib/Drupal/Core/Utility/CacheArray.php @@ -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 -- GitLab