@@ -23,8 +23,8 @@ final class SatelliteBuilder implements Configurator\SatelliteBuilderInterface
2323 private iterable $ command = [];
2424 /** @var iterable<string> */
2525 private iterable $ tags = [];
26- private null |PackagingContract \FileInterface |PackagingContract \AssetInterface $ composerJsonFile = null ;
27- private null |PackagingContract \FileInterface |PackagingContract \AssetInterface $ composerLockFile = null ;
26+ private null |PackagingContract \AssetInterface |PackagingContract \FileInterface $ composerJsonFile = null ;
27+ private null |PackagingContract \AssetInterface |PackagingContract \FileInterface $ composerLockFile = null ;
2828 /** @var iterable<array<string, string>> */
2929 private iterable $ paths = [];
3030 /** @var \AppendIterator<string,PackagingContract\FileInterface, \Iterator<string,PackagingContract\FileInterface>> */
@@ -66,8 +66,8 @@ public function withComposerRequire(string ...$package): self
6666 }
6767
6868 public function withComposerFile (
69- PackagingContract \FileInterface |PackagingContract \AssetInterface $ composerJsonFile ,
70- PackagingContract \FileInterface |PackagingContract \AssetInterface $ composerLockFile = null
69+ PackagingContract \AssetInterface |PackagingContract \FileInterface $ composerJsonFile ,
70+ PackagingContract \AssetInterface |PackagingContract \FileInterface $ composerLockFile = null
7171 ): self {
7272 $ this ->composerJsonFile = $ composerJsonFile ;
7373 $ this ->composerLockFile = $ composerLockFile ;
@@ -76,7 +76,7 @@ public function withComposerFile(
7676 }
7777
7878 public function withFile (
79- PackagingContract \FileInterface |PackagingContract \AssetInterface $ source ,
79+ PackagingContract \AssetInterface |PackagingContract \FileInterface $ source ,
8080 string $ destinationPath = null
8181 ): self {
8282 if (!$ source instanceof PackagingContract \FileInterface) {
0 commit comments