1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-07 13:42:11 +01:00
psalm/src/Psalm/Issue/InvalidScalarArgument.php

12 lines
184 B
PHP

<?php
declare(strict_types=1);
namespace Psalm\Issue;
final class InvalidScalarArgument extends ArgumentIssue
{
public const ERROR_LEVEL = 4;
public const SHORTCODE = 12;
}