Commit 45a6cbdb by munawer-t

PhpDoc fixes

parent d241bd3e
...@@ -16,7 +16,7 @@ class Exact extends Base ...@@ -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; public $partial = false;
......
...@@ -67,7 +67,7 @@ class Command extends Component ...@@ -67,7 +67,7 @@ class Command extends Component
* @param string $index * @param string $index
* @param string $type * @param string $type
* @param string|array $data json string or array of data to store * @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 * @param array $options
* @return mixed * @return mixed
* @see http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/docs-index_.html * @see http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/docs-index_.html
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment