Skip to content

Commit

Permalink
Fixed psr4 rules for the tar adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
sebprt committed Dec 6, 2024
1 parent fa25429 commit 9617407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Adapter/Tar/SatelliteBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ final class SatelliteBuilder implements Configurator\SatelliteBuilderInterface
/** @var array<string, array<string, string>> */
private array $composerAutoload = [
'psr4' => [
'GyroscopsGenerated\\' => './',
'GyroscopsGenerated\\' => './build/',
],
];

Expand Down

0 comments on commit 9617407

Please sign in to comment.