bring back opcache jit fix

This commit is contained in:
DubbleClick
2025-07-01 16:57:56 +07:00
parent 27f57cc23a
commit 88f9172866
3 changed files with 16 additions and 10 deletions

View File

@@ -69,4 +69,5 @@ return (new PhpCsFixer\Config())
])
->setFinder(
PhpCsFixer\Finder::create()->in([__DIR__ . '/src', __DIR__ . '/tests/SPC'])
);
)
->setParallelConfig(PhpCsFixer\Runner\Parallel\ParallelConfigFactory::detect());