Skip to content

Commit fd96379

Browse files
authored
[5.3] phpstan-baseline.neon should not be distributed (#45730)
Exclude the file `phpstan-baseline.neon` from the packages to be built.
1 parent 4b7ed80 commit fd96379

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build/build.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,8 +453,9 @@ function capture_or_fail(string $command): string
453453
'cypress.config.dist.mjs',
454454
'package-lock.json',
455455
'package.json',
456-
'phpunit-pgsql.xml.dist',
456+
'phpstan-baseline.neon',
457457
'phpstan.neon',
458+
'phpunit-pgsql.xml.dist',
458459
'phpunit.xml.dist',
459460
'plugins/sampledata/testing/language/en-GB/en-GB.plg_sampledata_testing.ini',
460461
'plugins/sampledata/testing/language/en-GB/en-GB.plg_sampledata_testing.sys.ini',

0 commit comments

Comments
 (0)