Skip to content

Commit 69ccff5

Browse files
authored
Fix new lines on preload script (#7441)
* Fix new lines on preload script * re-run
1 parent fd91b02 commit 69ccff5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ecs.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626

2727
// avoid re-running on build
2828
__DIR__ . '/preload.php',
29+
__DIR__ . '/preload-split-package.php',
2930

3031
PhpdocTypesFixer::class => [
3132
// double to Double false positive

0 commit comments

Comments
 (0)