1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-13 09:47:29 +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;
}