fix: seven correctness and lifecycle findings from the bidi-streaming review - #5
Merged
Merged
Codacy Production / Codacy Static Code Analysis
required action
Aug 1, 2026 in 0s
3 new issues (0 max.) of at least severity.
Annotations
Check warning on line 28 in src/Protocol/Message/ProposeRunCompletionAck.php
codacy-production / Codacy Static Code Analysis
src/Protocol/Message/ProposeRunCompletionAck.php#L28
Operator ! prohibited; use === FALSE instead
Check warning on line 676 in src/Vm/StateMachine.php
codacy-production / Codacy Static Code Analysis
src/Vm/StateMachine.php#L676
Implicit true comparisons prohibited; use === TRUE instead
Check warning on line 132 in tests/Unit/Vm/CancelPropagationTest.php
codacy-production / Codacy Static Code Analysis
tests/Unit/Vm/CancelPropagationTest.php#L132
Operator ! prohibited; use === FALSE instead
Loading