Passed
Branch master (a6005d)
by Brice
06:04
created
Category
src/Domain/Package.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
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
         }
Please login to merge, or discard this patch.