Commit 01b49851 authored by Bas de Nooijer's avatar Bas de Nooijer

Mark classes as deprecated

parent c3de7b45
......@@ -37,7 +37,9 @@
namespace Solarium\Core\Plugin;
/**
* This class is for backwards compatibility, will be removed in 4.x releases
* This class is for backwards compatibility, will be removed in 4.x releases in favor of AbstractPlugin
*
* @deprecated
*/
abstract class Plugin extends AbstractPlugin
{
......
......@@ -41,7 +41,9 @@
namespace Solarium\Core\Query;
/**
* This class is for backwards compatibility, will be removed in 4.x releases
* This class is for backwards compatibility, will be removed in 4.x releases in favor of AbstractQuery
*
* @deprecated
*/
abstract class Query extends AbstractQuery
{
......
......@@ -41,7 +41,9 @@
namespace Solarium\Core\Query;
/**
* This class is for backwards compatibility, will be removed in 4.x releases
* This class is for backwards compatibility, will be removed in 4.x releases in favor of AbstractRequestBuilder
*
* @deprecated
*/
abstract class RequestBuilder extends AbstractRequestBuilder
{
......
......@@ -41,7 +41,9 @@
namespace Solarium\Core\Query;
/**
* This class is for backwards compatibility, will be removed in 4.x releases
* This class is for backwards compatibility, will be removed in 4.x releases in favor of AbstractResponseParser
*
* @deprecated
*/
abstract class ResponseParser extends AbstractResponseParser
{
......
......@@ -41,7 +41,9 @@
namespace Solarium\QueryType\Analysis\Query;
/**
* This class is for backwards compatibility, will be removed in 4.x releases
* This class is for backwards compatibility, will be removed in 4.x releases in favor of AbstractQuery
*
* @deprecated
*/
abstract class Query extends AbstractQuery
{
......
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