We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 717eaa3 commit abd4d84Copy full SHA for abd4d84
system/cache/store/indexers/MetadataIndexer.cfc
@@ -97,7 +97,7 @@ component accessors="true" {
97
*/
98
struct function getObjectMetadata( required objectKey ){
99
var results = variables.poolMetadata.get( arguments.objectKey );
100
- return isNull( results ) ? {} : results;
+ return isNull( results ) ? {} : results;
101
}
102
103
/**
@@ -176,8 +176,8 @@ component accessors="true" {
176
* Get an array of sorted keys for this indexer according to parameters
177
*
178
* @objectKey
179
- * @property
180
- * @value
+ * @property
+ * @value
181
182
array function getSortedKeys(
183
required property,
0 commit comments