1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-04 18:48:03 +01:00
psalm/tests/autoload.php

10 lines
125 B
PHP
Raw Normal View History

2023-10-22 20:13:31 +02:00
<?php
declare(strict_types=1);
use DG\BypassFinals;
require __DIR__ . '/../vendor/autoload.php';
BypassFinals::enable();