Fix php comments
[civicrm-core.git] / CRM / Utils / SQL / BaseParamQuery.php
index 20125db2bdad4d4f45e991306069888f5655abd0..b0bf8633d0a34379653c80b3ddf08f33d732a4ee 100644 (file)
@@ -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)
    */