1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-15 02:47:02 +01:00
psalm/src/CodeInspector/Issue/UndefinedMethod.php
2016-06-13 19:57:32 -04:00

8 lines
83 B
PHP

<?php
namespace CodeInspector\Issue;
class UndefinedMethod extends CodeError
{
}