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

Issue #1852366 by xjm: Add missing parens to function @see refs in bootstrap.inc

parent b0964231
No related branches found
No related tags found
No related merge requests found
......@@ -323,14 +323,14 @@
/**
* $config_directories key for active directory.
*
* @see config_get_config_directory
* @see config_get_config_directory()
*/
const CONFIG_ACTIVE_DIRECTORY = 'active';
/**
* $config_directories key for staging directory.
*
* @see config_get_config_directory
* @see config_get_config_directory()
*/
const CONFIG_STAGING_DIRECTORY = 'staging';
......
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