```php foreach (["a", "b", "c"] as $letter) { switch ($letter) { case "b": $foo = 1; break; case "c": $foo = 2; break; default: continue 2; } $moo = $foo; } ``` Expected: No issue Actual: Variable $foo might not be defined https://phpstan.org/r/154c430f-fbd1-4e5e-9fd5-6f3b403b5e2e