Skip to content

Commit 80ed090

Browse files
committed
Cleanup
1 parent fb397cf commit 80ed090

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Analyser/Generator/IdentifiedGeneratorInStack.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ final class IdentifiedGeneratorInStack
2323
* Generator<int, GeneratorTValueType, GeneratorTSendType, void>| // analyseAttrGroups
2424
* Generator<int, GeneratorTValueType, GeneratorTSendType, ExprAnalysisResult>| // analyseExpr
2525
* Generator<int, GeneratorTValueType, GeneratorTSendType, TypeExprResult>| // analyseExprForType
26-
* Generator<int, GeneratorTValueType, GeneratorTSendType, ExprAnalysisResultStorage>| // persistStorage
2726
* Generator<int, GeneratorTValueType, GeneratorTSendType, RunInFiberResult<mixed>>| // runInFiber
2827
* Generator<int, GeneratorTValueType, GeneratorTSendType, null> // invokeNodeCallback
2928
* ) $generator

0 commit comments

Comments
 (0)