Skip to content

Commit

Permalink
Fixed: Removed redundant @throw from doc block in AggregateServiceP…
Browse files Browse the repository at this point in the history
…roviderInterface
  • Loading branch information
merloxx committed Jul 15, 2023
1 parent d56facc commit 11cda94
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Contracts/AggregateServiceProviderInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ public function add(ServiceProviderInterface $provider): static;
/**
* @param string $provider
*
* @throws ContainerException
* @return bool
*/
public function provides(string $provider): bool;
Expand Down

0 comments on commit 11cda94

Please sign in to comment.