1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-22 05:41:20 +01:00
psalm/src/Psalm/Issue/InvalidPropertyAssignment.php

8 lines
105 B
PHP
Raw Normal View History

2016-06-23 18:45:46 -04:00
<?php
2016-07-25 18:37:44 -04:00
namespace Psalm\Issue;
2016-06-23 18:45:46 -04:00
class InvalidPropertyAssignment extends CodeIssue
2016-06-23 18:45:46 -04:00
{
2020-02-16 20:55:09 -05:00
const LEVEL = 7;
2016-06-23 18:45:46 -04:00
}