mirror of
https://github.com/danog/psalm.git
synced 2024-12-17 11:56:59 +01:00
8 lines
93 B
PHP
8 lines
93 B
PHP
|
<?php
|
||
|
|
||
|
namespace CodeInspector\Issue;
|
||
|
|
||
|
class PossiblyUndefinedVariable extends CodeIssue
|
||
|
{
|
||
|
}
|