1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-21 21:31:13 +01:00
psalm/src/Psalm/Issue/UndefinedMethod.php

7 lines
74 B
PHP
Raw Normal View History

2016-06-09 18:08:25 -04:00
<?php
2016-07-25 18:37:44 -04:00
namespace Psalm\Issue;
2016-06-09 18:08:25 -04:00
class UndefinedMethod extends CodeError
2016-06-09 18:08:25 -04:00
{
}