X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FUtils%2FType.php;h=76f40c26e128e98765555fb9de1190c5c0709882;hb=b7ff0a0a5544c5a5d510c685c8fdbdaecad7a5d0;hp=ab2ffe6e5ce4d8b463bf934b6e36da25b3e4fb99;hpb=1b9976cbf762dbf6513df8a4141626d2e5584171;p=civicrm-core.git diff --git a/CRM/Utils/Type.php b/CRM/Utils/Type.php index ab2ffe6e5c..76f40c26e1 100644 --- a/CRM/Utils/Type.php +++ b/CRM/Utils/Type.php @@ -23,7 +23,7 @@ | GNU Affero General Public License or the licensing of CiviCRM, | | see the CiviCRM license FAQ at http://civicrm.org/licensing | +--------------------------------------------------------------------+ -*/ + */ /** * @@ -265,7 +265,7 @@ class CRM_Utils_Type { } /** - * Verify that a variable is of a given type + * Verify that a variable is of a given type. * * @param mixed $data * The value to validate. @@ -364,4 +364,5 @@ class CRM_Utils_Type { return NULL; } + }