X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FUtils%2FFile.php;h=cdda9aa217a92b69825e989ce6e87e445bf08ec7;hb=b0aca9b6e08b58fc4c69977a124b5af866d6990b;hp=dbdcca1608e8f8a11b7709323855d515a3b1cef9;hpb=4526b696c4fd9debeff3417cf180d0f84551a9ad;p=civicrm-core.git diff --git a/CRM/Utils/File.php b/CRM/Utils/File.php index dbdcca1608..cdda9aa217 100644 --- a/CRM/Utils/File.php +++ b/CRM/Utils/File.php @@ -293,7 +293,7 @@ class CRM_Utils_File { } /** - * @param string|NULL $dsn + * @param string|null $dsn * Use NULL to load the default/active connection from CRM_Core_DAO. * Otherwise, give a full DSN string. * @param string $fileName @@ -312,7 +312,7 @@ class CRM_Utils_File { /** * - * @param string|NULL $dsn + * @param string|null $dsn * @param string $queryString * @param string $prefix * @param bool $dieOnErrors @@ -377,7 +377,7 @@ class CRM_Utils_File { } /** - * @param $ext + * @param string $ext * * @return bool */