mirror of
https://github.com/danog/psalm.git
synced 2024-12-14 02:07:37 +01:00
3b7c84f484
Fixes #389
7 lines
75 B
PHP
7 lines
75 B
PHP
<?php
|
|
namespace Psalm\Issue;
|
|
|
|
class LoopInvalidation extends CodeError
|
|
{
|
|
}
|