1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-17 11:56:59 +01:00
psalm/src/CodeInspector/Issue/PossiblyUndefinedVariable.php

8 lines
93 B
PHP
Raw Normal View History

<?php
namespace CodeInspector\Issue;
class PossiblyUndefinedVariable extends CodeIssue
{
}