File tree 3 files changed +6
-0
lines changed
3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,8 @@ final class ChunkedItemsIterator
51
51
private ?int $ numberOfItems ;
52
52
53
53
/**
54
+ * @internal Use the static factory methods instead.
55
+ *
54
56
* @param list<string>|Iterator<string> $items
55
57
* @param positive-int $batchSize
56
58
*/
Original file line number Diff line number Diff line change @@ -41,6 +41,8 @@ final class Configuration
41
41
private ?int $ totalNumberOfBatches ;
42
42
43
43
/**
44
+ * @internal Use the static factory methods instead.
45
+ *
44
46
* @param positive-int $numberOfProcesses
45
47
* @param positive-int $segmentSize
46
48
* @param positive-int|null $numberOfSegments
Original file line number Diff line number Diff line change @@ -55,6 +55,8 @@ final class ParallelizationInput
55
55
private bool $ childProcess ;
56
56
57
57
/**
58
+ * @internal Use the static factory methods instead.
59
+ *
58
60
* @param positive-int|callable():positive-int $numberOfOrFindNumberOfProcesses
59
61
*/
60
62
public function __construct (
You can’t perform that action at this time.
0 commit comments