1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-22 13:51:54 +01:00
psalm/tests/TestConfig.php

13 lines
162 B
PHP
Raw Normal View History

2016-12-14 12:28:38 -05:00
<?php
namespace Psalm\Tests;
use Psalm\Config;
class TestConfig extends Config
{
public function __construct()
{
parent::__construct();
}
}