<?php
namespace Psalm\Issue;

class ContinueOutsideLoop extends CodeIssue
{
    public const ERROR_LEVEL = 7;
    public const SHORTCODE = 43;
}
