Commit e172617d authored by Bas de Nooijer's avatar Bas de Nooijer

Fixed wrong versions in phpdoc

parent 1e6c900d
......@@ -249,7 +249,7 @@ class Solarium_Query_Helper
* The mode matching pattern can be customized by overriding the
* value of $this->_placeHolderPattern
*
* @since 1.1.0
* @since 2.1.0
*
* @param string $query
* @param array $parts Array of strings
......
......@@ -290,7 +290,7 @@ class Solarium_Query_Select_Component_DisMax extends Solarium_Query_Select_Compo
*
* Can be used to enable edismax
*
* @since 1.1.0
* @since 2.1.0
*
* @param string $parser
* @return Solarium_Query_Select_Component_DisMax Provides fluent interface
......@@ -303,7 +303,7 @@ class Solarium_Query_Select_Component_DisMax extends Solarium_Query_Select_Compo
/**
* Get QueryParser option
*
* @since 1.1.0
* @since 2.1.0
*
* @return string
*/
......
......@@ -44,7 +44,7 @@
*
* @link http://wiki.apache.org/solr/FieldCollapsing
*
* @since 1.1.0
* @since 2.1.0
*
* @package Solarium
* @subpackage Query
......
......@@ -392,7 +392,7 @@ class Solarium_Query_Update extends Solarium_Query
* You can optionally directly supply the fields and boosts
* to get a ready-made document instance for direct use in an add command
*
* @since 1.1.0
* @since 2.1.0
*
* @param array $fields
* @param array $boosts
......
......@@ -39,7 +39,7 @@
/**
* Select component grouping result
*
* @since 1.1.0
* @since 2.1.0
*
* @package Solarium
* @subpackage Result
......
......@@ -39,7 +39,7 @@
/**
* Select component grouping field group result
*
* @since 1.1.0
* @since 2.1.0
*
* @package Solarium
* @subpackage Result
......
......@@ -39,7 +39,7 @@
/**
* Select component grouping query group result
*
* @since 1.1.0
* @since 2.1.0
*
* @package Solarium
* @subpackage Result
......
......@@ -39,7 +39,7 @@
/**
* Select component grouping field value group result
*
* @since 1.1.0
* @since 2.1.0
*
* @package Solarium
* @subpackage Result
......
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