From 45a6cbdbf5a3de11779e8284ddc81c2191dfbc71 Mon Sep 17 00:00:00 2001 From: munawer-t Date: Wed, 8 Jan 2014 17:19:52 +0530 Subject: [PATCH] PhpDoc fixes --- extensions/yii/debug/components/search/matches/Exact.php | 2 +- extensions/yii/elasticsearch/Command.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/extensions/yii/debug/components/search/matches/Exact.php b/extensions/yii/debug/components/search/matches/Exact.php index 5fe6eec..46992e9 100644 --- a/extensions/yii/debug/components/search/matches/Exact.php +++ b/extensions/yii/debug/components/search/matches/Exact.php @@ -16,7 +16,7 @@ class Exact extends Base { /** - * @var boolean if current matcher should consider partial mathc of given value. + * @var boolean if current matcher should consider partial match of given value. */ public $partial = false; diff --git a/extensions/yii/elasticsearch/Command.php b/extensions/yii/elasticsearch/Command.php index bc4bb2f..9ea4a60 100644 --- a/extensions/yii/elasticsearch/Command.php +++ b/extensions/yii/elasticsearch/Command.php @@ -67,7 +67,7 @@ class Command extends Component * @param string $index * @param string $type * @param string|array $data json string or array of data to store - * @param null $id the documents id. If not specified Id will be automatically choosen + * @param null $id the documents id. If not specified Id will be automatically chosen * @param array $options * @return mixed * @see http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/docs-index_.html