diff options
author | David Rothstein <drothstein@gmail.com> | 2015-10-12 01:30:39 -0400 |
---|---|---|
committer | David Rothstein <drothstein@gmail.com> | 2015-10-12 01:30:39 -0400 |
commit | 8ee4f5accb4571020fdc86f952388810301a8d9c (patch) | |
tree | fd5f5a2e76c081ef67d6c58381924954ccf53728 /includes | |
parent | 6901ef70aa6466cbd30e8633b88b91c678b0f825 (diff) | |
download | brdo-8ee4f5accb4571020fdc86f952388810301a8d9c.tar.gz brdo-8ee4f5accb4571020fdc86f952388810301a8d9c.tar.bz2 |
Issue #1514088 by DamienMcKenna: Minor comment formatting inconsistencies in cache.inc
Diffstat (limited to 'includes')
-rw-r--r-- | includes/cache.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/cache.inc b/includes/cache.inc index 207bf6615..4c2bed321 100644 --- a/includes/cache.inc +++ b/includes/cache.inc @@ -14,6 +14,7 @@ * * @param $bin * The cache bin for which the cache object should be returned. + * * @return DrupalCacheInterface * The cache object associated with the specified bin. * |