Skip to content

Commit

Permalink
Property type
Browse files Browse the repository at this point in the history
  • Loading branch information
jenky committed Jul 2, 2023
1 parent 94d3455 commit e0e80b9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/PoolTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@

trait PoolTrait
{
/**
* @var int
*/
private $concurrency = 25;
private int $concurrency = 25;

public function concurrent(int $concurrency): PoolInterface
{
Expand Down

0 comments on commit e0e80b9

Please sign in to comment.