From d632adec753c3ffb764fd13ac33f3ee250d02145 Mon Sep 17 00:00:00 2001 From: Cristian Martinez Date: Mon, 21 Mar 2016 01:45:55 +0100 Subject: [PATCH] minor refactor: default is 'and' --- system/src/Grav/Common/Taxonomy.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/src/Grav/Common/Taxonomy.php b/system/src/Grav/Common/Taxonomy.php index ea01c9907..08cd73e57 100644 --- a/system/src/Grav/Common/Taxonomy.php +++ b/system/src/Grav/Common/Taxonomy.php @@ -76,7 +76,7 @@ class Taxonomy * particular taxonomy. * * @param array $taxonomies taxonomies to search, eg ['tag'=>['animal','cat']] - * @param string $operator can be 'or' or 'and' (defaults to 'or') + * @param string $operator can be 'or' or 'and' (defaults to 'and') * * @return Collection Collection object set to contain matches found in the taxonomy map */