Skip to content

Commit 5dd8de7

Browse files
authored
Add missing @internal tags (#165)
1 parent 6867f73 commit 5dd8de7

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

src/ChunkedItemsIterator.php

+2
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ final class ChunkedItemsIterator
5151
private ?int $numberOfItems;
5252

5353
/**
54+
* @internal Use the static factory methods instead.
55+
*
5456
* @param list<string>|Iterator<string> $items
5557
* @param positive-int $batchSize
5658
*/

src/Configuration.php

+2
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ final class Configuration
4141
private ?int $totalNumberOfBatches;
4242

4343
/**
44+
* @internal Use the static factory methods instead.
45+
*
4446
* @param positive-int $numberOfProcesses
4547
* @param positive-int $segmentSize
4648
* @param positive-int|null $numberOfSegments

src/Input/ParallelizationInput.php

+2
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ final class ParallelizationInput
5555
private bool $childProcess;
5656

5757
/**
58+
* @internal Use the static factory methods instead.
59+
*
5860
* @param positive-int|callable():positive-int $numberOfOrFindNumberOfProcesses
5961
*/
6062
public function __construct(

0 commit comments

Comments
 (0)