@@ -31,7 +31,7 @@ |
||
31 | 31 | PackageConfiguration $packageConfiguration, |
32 | 32 | ?Source $source, |
33 | 33 | ?Dist $dist |
34 | - ){ |
|
34 | + ) { |
|
35 | 35 | if (is_null($source) and is_null($dist)) { |
36 | 36 | throw new \RuntimeException(sprintf('Package "%s" must have at least a source or a dist', $name)); |
37 | 37 | } |