1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00

Update PsalmRunnerTrait.php

This commit is contained in:
Roland Franssen :) 2023-07-01 16:47:42 +02:00 committed by GitHub
parent 33b0693c4f
commit 039c526c58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,8 @@ namespace Psalm\Tests\EndToEnd;
use Symfony\Component\Process\Process;
use function array_merge;
use function array_unshift;
use function in_array;
trait PsalmRunnerTrait
{