From ecc69dc53d3b9e585cc49c403bd3e129ef386047 Mon Sep 17 00:00:00 2001 From: coldrunKacper Date: Mon, 1 Aug 2016 11:03:18 +0200 Subject: [PATCH] Fixing code style issue. --- CRM/Core/OptionValue.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Core/OptionValue.php b/CRM/Core/OptionValue.php index 9226895247..e6b8afb846 100644 --- a/CRM/Core/OptionValue.php +++ b/CRM/Core/OptionValue.php @@ -64,7 +64,7 @@ class CRM_Core_OptionValue { * Has links like edit, delete, disable ..etc. * @param string $orderBy * For orderBy clause. - * @param bool $skipEmptyComponents + * @param bool $skipEmptyComponents * Whether to skip OptionValue rows with empty Component name * (i.e. when Extension providing the Component is disabled) * @return array -- 2.25.1