1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-10 06:58:41 +01:00
psalm/src/Psalm/Issue/RiskyCast.php
2022-09-19 21:54:16 +02:00

10 lines
137 B
PHP

<?php
namespace Psalm\Issue;
class RiskyCast extends CodeIssue
{
public const ERROR_LEVEL = 3;
public const SHORTCODE = 313;
}