mirror of
https://github.com/danog/psalm.git
synced 2025-01-07 21:48:45 +01:00
9 lines
136 B
PHP
9 lines
136 B
PHP
<?php
|
|
namespace Psalm\Issue;
|
|
|
|
class PossiblyUnusedProperty extends CodeIssue
|
|
{
|
|
const ERROR_LEVEL = -2;
|
|
const SHORTCODE = 149;
|
|
}
|