Merge pull request #20234 from MoonE/remove-duplicate-release-excludes

Remove duplicate release exclude cases
This commit is contained in:
Maurício Meneghini Fauth 2026-03-13 20:02:57 -03:00 committed by GitHub
commit 3b2cae6daa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -206,8 +206,6 @@ for filePath in ${FILE_LIST}; do
foundFile;;
*/.travis.yml)
foundFile;;
*/psalm.xml)
foundFile;;
*/psalm.xml.dist)
foundFile;;
*/phpdoc.xml)
@ -252,8 +250,6 @@ for filePath in ${FILE_LIST}; do
foundFile;;
*/ecs.php)
foundFile;;
*/easy-coding-standard.neon)
foundFile;;
*/.scrutinizer.yml)
foundFile;;
*/.phpstorm.meta.php)