Browse Source

PhpDoc fixes

tags/2.0.0-beta
munawer-t 11 years ago
parent
commit
45a6cbdbf5
  1. 2
      extensions/yii/debug/components/search/matches/Exact.php
  2. 2
      extensions/yii/elasticsearch/Command.php

2
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;

2
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

Loading…
Cancel
Save