1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-02 09:37:59 +01:00
psalm/tests/autoload.php
2023-10-22 20:13:31 +02:00

10 lines
125 B
PHP

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