1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-14 02:07:37 +01:00
psalm/src/Psalm/Issue/RiskyCast.php

10 lines
137 B
PHP
Raw Normal View History

2022-09-09 03:04:14 +02:00
<?php
namespace Psalm\Issue;
class RiskyCast extends CodeIssue
{
public const ERROR_LEVEL = 3;
public const SHORTCODE = 313;
}