From b8e00f5f9e406d2d3b1a643298feb46758f40c84 Mon Sep 17 00:00:00 2001 From: Mark Story Date: Sun, 7 Jun 2015 23:01:12 -0400 Subject: [PATCH] Tidy up grammar. Clean up the grammar in TypeMap properties. --- src/Database/TypeMap.php | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/Database/TypeMap.php b/src/Database/TypeMap.php index 5b33db9779c..40816b36e6b 100644 --- a/src/Database/TypeMap.php +++ b/src/Database/TypeMap.php @@ -21,8 +21,9 @@ class TypeMap { /** - * Associative array with the default fields and their types this query might contain - * used to avoid repetition when calling multiple times functions inside this class that + * Associative array with the default fields and the related types this query might contain. + * + * Used to avoid repetition when calling multiple functions inside this class that * may require a custom type for a specific field. * * @var array @@ -30,8 +31,9 @@ class TypeMap protected $_defaults; /** - * Associative array with the fields and their types that override defaults this query might contain - * used to avoid repetition when calling multiple times functions inside this class that + * Associative array with the fields and the related types that override defaults this query might contain + * + * Used to avoid repetition when calling multiple functions inside this class that * may require a custom type for a specific field. * * @var array