1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-02 17:52:45 +01:00
psalm/tests/autoload.php

10 lines
125 B
PHP
Raw Normal View History

2023-10-19 17:15:26 +02:00
<?php
declare(strict_types=1);
use DG\BypassFinals;
require __DIR__ . '/../vendor/autoload.php';
BypassFinals::enable();