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 26ee2bd commit 565a692Copy full SHA for 565a692
.psalm/baseline.xml
@@ -49,9 +49,6 @@
49
<ArgumentTypeCoercion>
50
<code><![CDATA[$eventClass . 'Subscriber']]></code>
51
</ArgumentTypeCoercion>
52
- <PossiblyNullReference>
53
- <code>flush</code>
54
- </PossiblyNullReference>
55
</file>
56
<file src="src/Event/Value/Runtime/PHP.php">
57
<ImpureFunctionCall>
src/Event/Facade.php
@@ -100,7 +100,7 @@ public static function forward(EventCollection $events): void
100
101
public static function seal(): void
102
{
103
- self::$deferringDispatcher->flush();
+ self::deferredDispatcher()->flush();
104
105
self::$sealed = true;
106
0 commit comments