Merge pull request #5097 from PalanteJon/CRM-15917
[civicrm-core.git] / CRM / Utils / Type.php
index 62da0e4c3aee280659db8c2d3b4a4eb12ab706ab..76f40c26e128e98765555fb9de1190c5c0709882 100644 (file)
@@ -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.