Skip to content

Commit

Permalink
Specify types for Ibexa\SystemInfo\Storage\AggregateServiceProvider::…
Browse files Browse the repository at this point in the history
…$serviceLocator
  • Loading branch information
adamwojs committed Dec 28, 2024
1 parent 817948c commit 14160c4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/lib/Service/AggregateServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,12 @@
*/
final class AggregateServiceProvider implements ServiceProviderInterface
{
/** @var \Symfony\Component\DependencyInjection\ServiceLocator<\Ibexa\SystemInfo\Service\ServiceInfo> */
private ServiceLocator $serviceLocator;

/**
* @param \Symfony\Component\DependencyInjection\ServiceLocator<\Ibexa\SystemInfo\Service\ServiceInfo> $service
*/
public function __construct(ServiceLocator $service)
{
$this->serviceLocator = $service;
Expand Down

0 comments on commit 14160c4

Please sign in to comment.