Skip to content

Commit

Permalink
[rector] Rector fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 15, 2023
1 parent 000e9e9 commit ac85ec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PHP/ComposerConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

use Kiboko\Component\Dockerfile\Dockerfile;

final class ComposerConfig implements Dockerfile\LayerInterface, \Stringable
final readonly class ComposerConfig implements Dockerfile\LayerInterface, \Stringable
{
public function __construct(
private string $host,
Expand Down

0 comments on commit ac85ec6

Please sign in to comment.