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

7 lines
99 B
PHP

<?php
require_once __DIR__ . '/base_plugin.phpstub';
class ExtendingPlugin extends BasePlugin
{
}