1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-05 20:48:45 +01:00
psalm/src/CodeInspector/Issue/InaccessibleMethod.php

8 lines
86 B
PHP
Raw Normal View History

2016-06-10 00:08:25 +02:00
<?php
namespace CodeInspector\Issue;
class InaccessibleMethod extends CodeError
2016-06-10 00:08:25 +02:00
{
}