Skip to content

Commit c2bc21b

Browse files
committed
minor #4918 DX: do not fix ".phpt" files by default (kubawerlos)
This PR was merged into the 2.15 branch. Discussion ---------- DX: do not fix ".phpt" files by default Commits ------- c20cf27 DX: do not fix ".phpt" files by default
2 parents 0ac4405 + c20cf27 commit c2bc21b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Finder.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ public function __construct()
2727
$this
2828
->files()
2929
->name('*.php')
30-
->name('*.phpt')
3130
->ignoreDotFiles(true)
3231
->ignoreVCS(true)
3332
->exclude('vendor')

0 commit comments

Comments
 (0)