1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 12:55:26 +01:00
psalm/tests/fixtures/stubs/MissingClass.phpstub
2021-02-13 18:42:34 -05:00

10 lines
74 B
PHP

<?php
namespace NS;
/** @psalm-stub-override */
class MissingClass
{
}