We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb397cf commit 80ed090Copy full SHA for 80ed090
src/Analyser/Generator/IdentifiedGeneratorInStack.php
@@ -23,7 +23,6 @@ final class IdentifiedGeneratorInStack
23
* Generator<int, GeneratorTValueType, GeneratorTSendType, void>| // analyseAttrGroups
24
* Generator<int, GeneratorTValueType, GeneratorTSendType, ExprAnalysisResult>| // analyseExpr
25
* Generator<int, GeneratorTValueType, GeneratorTSendType, TypeExprResult>| // analyseExprForType
26
- * Generator<int, GeneratorTValueType, GeneratorTSendType, ExprAnalysisResultStorage>| // persistStorage
27
* Generator<int, GeneratorTValueType, GeneratorTSendType, RunInFiberResult<mixed>>| // runInFiber
28
* Generator<int, GeneratorTValueType, GeneratorTSendType, null> // invokeNodeCallback
29
* ) $generator
0 commit comments