Skip to content

Commit

Permalink
Mark classes as deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
basdenooijer committed Dec 19, 2015
1 parent c3de7b4 commit 01b4985
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 deletions.
4 changes: 3 additions & 1 deletion library/Solarium/Core/Plugin/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down
4 changes: 3 additions & 1 deletion library/Solarium/Core/Query/Query.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down
4 changes: 3 additions & 1 deletion library/Solarium/Core/Query/RequestBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down
4 changes: 3 additions & 1 deletion library/Solarium/Core/Query/ResponseParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down
4 changes: 3 additions & 1 deletion library/Solarium/QueryType/Analysis/Query/Query.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit 01b4985

Please sign in to comment.