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
111 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-17 00:04:46 -05:00
const ERROR_LEVEL = 6;
2016-06-23 18:45:46 -04:00
}