Skip to content

Commit

Permalink
Fixed references to deprecated namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
alongosz committed May 28, 2024
1 parent 1d164ac commit 4770f5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/bundle/Resources/config/services.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
parameters:
ibexa.solr.default_connection: ~
ibexa.solr.http_client.timeout: !php/const \EzSystems\EzPlatformSolrSearchEngineBundle\DependencyInjection\Configuration::SOLR_HTTP_CLIENT_DEFAULT_TIMEOUT
ibexa.solr.http_client.max_retries: !php/const \EzSystems\EzPlatformSolrSearchEngineBundle\DependencyInjection\Configuration::SOLR_HTTP_CLIENT_DEFAULT_MAX_RETRIES
ibexa.solr.http_client.timeout: !php/const \Ibexa\Bundle\Solr\DependencyInjection\Configuration::SOLR_HTTP_CLIENT_DEFAULT_TIMEOUT
ibexa.solr.http_client.max_retries: !php/const \Ibexa\Bundle\Solr\DependencyInjection\Configuration::SOLR_HTTP_CLIENT_DEFAULT_MAX_RETRIES

services:
ibexa.solr.http_client.retryable:
Expand Down
2 changes: 1 addition & 1 deletion src/lib/Gateway/HttpClient/Stream.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
/**
* Simple PHP stream based HTTP client.
*
* @internal type-hint {@see \EzSystems\EzPlatformSolrSearchEngine\Gateway\HttpClient} instead.
* @internal type-hint {@see \Ibexa\Solr\Gateway\HttpClient} instead.
*/
class Stream implements HttpClient, LoggerAwareInterface
{
Expand Down

0 comments on commit 4770f5a

Please sign in to comment.