Skip to content

Commit 296cdab

Browse files
authored
Mark Analysis::process() as deprecated (#1815)
1 parent 50d477b commit 296cdab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Analysis.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,7 @@ public function split(): \stdClass
405405
* Apply the processor(s).
406406
*
407407
* @param callable|array<callable> $processors One or more processors
408+
* @deprecated use Generator::withProcessorPipeline() instead
408409
*/
409410
public function process($processors = null): void
410411
{

0 commit comments

Comments
 (0)