Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions src/Doctrine/Common/Filter/PropertyAwareFilterInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
* @author Antoine Bluchet <soyuka@gmail.com>
*
* @method array<string>|null getProperties()
*
* @experimental
*/
interface PropertyAwareFilterInterface
{
Expand Down
2 changes: 0 additions & 2 deletions src/Elasticsearch/Exception/IndexNotFoundException.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
/**
* Index not found exception.
*
* @experimental
*
* @author Baptiste Meyer <baptiste.meyer@gmail.com>
*/
final class IndexNotFoundException extends \Exception implements ExceptionInterface
Expand Down
2 changes: 0 additions & 2 deletions src/Elasticsearch/Exception/NonUniqueIdentifierException.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
/**
* Non unique identifier exception.
*
* @experimental
*
* @author Baptiste Meyer <baptiste.meyer@gmail.com>
*/
final class NonUniqueIdentifierException extends \Exception implements ExceptionInterface
Expand Down
2 changes: 0 additions & 2 deletions src/Elasticsearch/Extension/AbstractFilterExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
/**
* Abstract class for easing the implementation of a filter extension.
*
* @experimental
*
* @author Baptiste Meyer <baptiste.meyer@gmail.com>
*/
abstract class AbstractFilterExtension implements RequestBodySearchCollectionExtensionInterface
Expand Down
2 changes: 0 additions & 2 deletions src/Elasticsearch/Extension/ConstantScoreFilterExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
*
* @see https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-constant-score-query.html
*
* @experimental
*
* @author Baptiste Meyer <baptiste.meyer@gmail.com>
*/
final class ConstantScoreFilterExtension extends AbstractFilterExtension
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
*
* @see https://www.elastic.co/guide/en/elasticsearch/reference/current/search-request-body.html
*
* @experimental
*
* @author Baptiste Meyer <baptiste.meyer@gmail.com>
*/
interface RequestBodySearchCollectionExtensionInterface
Expand Down
2 changes: 0 additions & 2 deletions src/Elasticsearch/Extension/SortExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@
*
* @see https://www.elastic.co/guide/en/elasticsearch/reference/current/search-request-sort.html
*
* @experimental
*
* @author Baptiste Meyer <baptiste.meyer@gmail.com>
*/
final class SortExtension implements RequestBodySearchCollectionExtensionInterface
Expand Down
2 changes: 0 additions & 2 deletions src/Elasticsearch/Extension/SortFilterExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
*
* @see https://www.elastic.co/guide/en/elasticsearch/reference/current/search-request-sort.html
*
* @experimental
*
* @author Baptiste Meyer <baptiste.meyer@gmail.com>
*/
final class SortFilterExtension extends AbstractFilterExtension
Expand Down
2 changes: 0 additions & 2 deletions src/Elasticsearch/Filter/AbstractFilter.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@
/**
* Abstract class with helpers for easing the implementation of a filter.
*
* @experimental
*
* @author Baptiste Meyer <baptiste.meyer@gmail.com>
*/
abstract class AbstractFilter implements FilterInterface
Expand Down
2 changes: 0 additions & 2 deletions src/Elasticsearch/Filter/AbstractSearchFilter.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@
/**
* Abstract class with helpers for easing the implementation of a search filter like a term filter or a match filter.
*
* @experimental
*
* @internal
*
* @author Baptiste Meyer <baptiste.meyer@gmail.com>
Expand Down
2 changes: 0 additions & 2 deletions src/Elasticsearch/Filter/ConstantScoreFilterInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
/**
* Elasticsearch filter interface for a constant score query.
*
* @experimental
*
* @author Baptiste Meyer <baptiste.meyer@gmail.com>
*/
interface ConstantScoreFilterInterface extends FilterInterface
Expand Down
2 changes: 0 additions & 2 deletions src/Elasticsearch/Filter/FilterInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
/**
* Elasticsearch filter interface.
*
* @experimental
*
* @author Baptiste Meyer <baptiste.meyer@gmail.com>
*/
interface FilterInterface extends BaseFilterInterface
Expand Down
2 changes: 0 additions & 2 deletions src/Elasticsearch/Filter/OrderFilter.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,6 @@
*
* @see https://www.elastic.co/guide/en/elasticsearch/reference/current/search-request-sort.html
*
* @experimental
*
* @author Baptiste Meyer <baptiste.meyer@gmail.com>
*/
final class OrderFilter extends AbstractFilter implements SortFilterInterface
Expand Down
2 changes: 0 additions & 2 deletions src/Elasticsearch/Filter/SortFilterInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
/**
* Elasticsearch filter interface for sorting.
*
* @experimental
*
* @author Baptiste Meyer <baptiste.meyer@gmail.com>
*/
interface SortFilterInterface extends FilterInterface
Expand Down
2 changes: 0 additions & 2 deletions src/Elasticsearch/Filter/TermFilter.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,6 @@
* @see https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-term-query.html
* @see https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-terms-query.html
*
* @experimental
*
* @author Baptiste Meyer <baptiste.meyer@gmail.com>
*/
final class TermFilter extends AbstractSearchFilter
Expand Down
2 changes: 0 additions & 2 deletions src/Elasticsearch/Paginator.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
/**
* Paginator for Elasticsearch.
*
* @experimental
*
* @author Baptiste Meyer <baptiste.meyer@gmail.com>
*/
final class Paginator implements \IteratorAggregate, PaginatorInterface
Expand Down
2 changes: 0 additions & 2 deletions src/Elasticsearch/Serializer/DocumentNormalizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@
/**
* Document denormalizer for Elasticsearch.
*
* @experimental
*
* @author Baptiste Meyer <baptiste.meyer@gmail.com>
*/
final class DocumentNormalizer implements NormalizerInterface, DenormalizerInterface, SerializerAwareInterface
Expand Down
2 changes: 0 additions & 2 deletions src/Elasticsearch/Serializer/ItemNormalizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@
/**
* Item normalizer decorator that prevents {@see \ApiPlatform\Serializer\ItemNormalizer}
* from taking over for the {@see DocumentNormalizer::FORMAT} format because of priorities.
*
* @experimental
*/
final class ItemNormalizer implements NormalizerInterface, DenormalizerInterface, SerializerAwareInterface
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
/**
* Converts inner fields with a inner name converter.
*
* @experimental
*
* @author Baptiste Meyer <baptiste.meyer@gmail.com>
*/
final class InnerFieldsNameConverter implements NameConverterInterface
Expand Down
2 changes: 0 additions & 2 deletions src/Elasticsearch/Util/FieldDatatypeTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@
*
* @internal
*
* @experimental
*
* @author Baptiste Meyer <baptiste.meyer@gmail.com>
*/
trait FieldDatatypeTrait
Expand Down
2 changes: 0 additions & 2 deletions src/Laravel/State/ParameterValidatorProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@
* Validates parameters using the Laravel validator.
*
* @implements ProviderInterface<object>
*
* @experimental
*/
final class ParameterValidatorProvider implements ProviderInterface
{
Expand Down
2 changes: 0 additions & 2 deletions src/State/ParameterProvider/IriConverterParameterProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
use Psr\Log\LoggerInterface;

/**
* @experimental
*
* @author Vincent Amstoutz <vincent.amstoutz.dev@gmail.com>
*/
final readonly class IriConverterParameterProvider implements ParameterProviderInterface
Expand Down
2 changes: 0 additions & 2 deletions src/State/ParameterProvider/ReadLinkParameterProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@

/**
* Checks if the linked resources have security attributes and prepares them for access checking.
*
* @experimental
*/
final class ReadLinkParameterProvider implements ParameterProviderInterface
{
Expand Down
2 changes: 0 additions & 2 deletions src/State/Provider/SecurityParameterProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@
* Loops over parameters to check parameter security.
* Throws an exception if security is not granted.
*
* @experimental
*
* @implements ProviderInterface<object>
*/
final class SecurityParameterProvider implements ProviderInterface
Expand Down
Loading