1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-04 02:27:59 +01:00
psalm/tests/autoload.php
2023-10-19 17:15:26 +02:00

10 lines
125 B
PHP

<?php
declare(strict_types=1);
use DG\BypassFinals;
require __DIR__ . '/../vendor/autoload.php';
BypassFinals::enable();