<?php
namespace Psalm\Issue;
class AssignmentToVoid extends CodeIssue
{
const ERROR_LEVEL = 7;
const SHORTCODE = 121;
}