Skip to content

Commit

Permalink
Tidy up grammar.
Browse files Browse the repository at this point in the history
Clean up the grammar in TypeMap properties.
  • Loading branch information
markstory committed Jun 8, 2015
1 parent 2f4ddfc commit b8e00f5
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/Database/TypeMap.php
Expand Up @@ -21,17 +21,19 @@ 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
*/
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
Expand Down

0 comments on commit b8e00f5

Please sign in to comment.