Skip to content

Commit

Permalink
Ignore coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
jenky committed Jul 23, 2023
1 parent 99a328b commit 5584b2b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Psl/Pool.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ public function __construct(private ConnectorInterface $connector)
{
}

/**
* @codeCoverageIgnore
*
* @throws \ValueError
*/
public function concurrent(int $concurrency): PoolInterface
{
@trigger_error('Psl pool does not support concurrency limit.', E_USER_WARNING);
Expand Down

0 comments on commit 5584b2b

Please sign in to comment.