X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FUtils%2FSQL%2FBaseParamQuery.php;h=b0bf8633d0a34379653c80b3ddf08f33d732a4ee;hb=2024d5b9c8812571a51eb1d94650795ef4cc2bfd;hp=20125db2bdad4d4f45e991306069888f5655abd0;hpb=6218310b8e33e74b01fa26ab025eef7bd7ee0148;p=civicrm-core.git diff --git a/CRM/Utils/SQL/BaseParamQuery.php b/CRM/Utils/SQL/BaseParamQuery.php index 20125db2bd..b0bf8633d0 100644 --- a/CRM/Utils/SQL/BaseParamQuery.php +++ b/CRM/Utils/SQL/BaseParamQuery.php @@ -139,7 +139,7 @@ class CRM_Utils_SQL_BaseParamQuery implements ArrayAccess { } /** - * @param string|NULL $value + * @param string|null $value * @return string * SQL expression, e.g. "it\'s great" (with-quotes) or NULL (without-quotes) */