Merge pull request #22561 from mattwire/jobapi3
[civicrm-core.git] / CRM / Utils / SQL / Insert.php
index f70cbc5d80c42c5168393f06d823d30f4dd9feb4..96970e23c5f4bf0bfb4e9c514dbd907447ebcff6 100644 (file)
@@ -158,7 +158,7 @@ class CRM_Utils_SQL_Insert {
   /**
    * Escape string.
    *
-   * @param string|NULL $value
+   * @param string|null $value
    *
    * @return string
    *   SQL expression, e.g. "it\'s great" (with-quotes) or NULL (without-quotes)