Skip to content

Commit 3943f32

Browse files
chore(internal): php cs fixer should not be memory limited
1 parent 7849715 commit 3943f32

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.php-cs-fixer.dist.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
use PhpCsFixer\Finder;
55
use PhpCsFixer\Runner\Parallel\ParallelConfigFactory;
66

7+
ini_set('memory_limit', -1);
8+
79
return (new Config)
810
->setParallelConfig(ParallelConfigFactory::detect())
911
->setFinder(Finder::create()->in([__DIR__.'/src', __DIR__.'/tests']))

0 commit comments

Comments
 (0)