<?php
namespace Psalm\Issue;
class MixedFunctionCall extends CodeIssue
{
const ERROR_LEVEL = 1;
const SHORTCODE = 185;
}