2016-10-11 01:29:38 +02:00
|
|
|
<?php
|
|
|
|
namespace Psalm\Issue;
|
|
|
|
|
2018-05-11 06:07:41 +02:00
|
|
|
class UndefinedThisPropertyAssignment extends PropertyIssue
|
2016-10-11 01:29:38 +02:00
|
|
|
{
|
2020-02-17 06:04:46 +01:00
|
|
|
const ERROR_LEVEL = 5;
|
2016-10-11 01:29:38 +02:00
|
|
|
}
|