summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rothstein <drothstein@gmail.com>2015-10-12 01:30:39 -0400
committerDavid Rothstein <drothstein@gmail.com>2015-10-12 01:30:39 -0400
commit8ee4f5accb4571020fdc86f952388810301a8d9c (patch)
treefd5f5a2e76c081ef67d6c58381924954ccf53728
parent6901ef70aa6466cbd30e8633b88b91c678b0f825 (diff)
downloadbrdo-8ee4f5accb4571020fdc86f952388810301a8d9c.tar.gz
brdo-8ee4f5accb4571020fdc86f952388810301a8d9c.tar.bz2
Issue #1514088 by DamienMcKenna: Minor comment formatting inconsistencies in cache.inc
-rw-r--r--includes/cache.inc1
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.
*