Skip to content

Commit

Permalink
minor #4918 DX: do not fix ".phpt" files by default (kubawerlos)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
keradus committed Apr 15, 2020
2 parents 0ac4405 + c20cf27 commit c2bc21b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Finder.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ public function __construct()
$this
->files()
->name('*.php')
->name('*.phpt')
->ignoreDotFiles(true)
->ignoreVCS(true)
->exclude('vendor')
Expand Down

0 comments on commit c2bc21b

Please sign in to comment.