Skip to content

Commit

Permalink
Merge pull request #163 from php-etl/fix/psr-rules
Browse files Browse the repository at this point in the history
Fixed psr4 rules for the tar adapter
  • Loading branch information
gplanchat authored Dec 6, 2024
2 parents fa25429 + 9617407 commit 550fc2e
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 550fc2e

Please sign in to comment.