2016-10-09 17:54:58 -04:00
|
|
|
<?php
|
|
|
|
namespace Psalm\Issue;
|
|
|
|
|
2018-01-07 15:15:38 -05:00
|
|
|
class MixedPropertyAssignment extends CodeIssue
|
2016-10-09 17:54:58 -04:00
|
|
|
{
|
2020-09-20 18:54:46 +02:00
|
|
|
public const ERROR_LEVEL = 1;
|
|
|
|
public const SHORTCODE = 33;
|
2016-10-09 17:54:58 -04:00
|
|
|
}
|