Skip to content

Commit baf8188

Browse files
committed
Exclude dl_test and zend_test
1 parent 18b55c5 commit baf8188

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

extractor/extract.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ protected function execute(InputInterface $input, OutputInterface $output): int
9292
$finder = new Finder();
9393
$finder->files()->in($srcDir)->name('*.stub.php')
9494
->exclude('ext/skeleton')
95+
->exclude('ext/dl_test')
96+
->exclude('ext/zend_test')
9597
->sortByName();
9698

9799
$addClasses = [];

0 commit comments

Comments
 (0)