Skip to content

Commit

Permalink
Fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
Prometee committed May 6, 2024
1 parent 75d0261 commit bb4d4bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/PhpGenerator/OdooModelsStructureConverter.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ final class OdooModelsStructureConverter implements OdooModelsStructureConverter
private array $modelNameToClass = [];

public function __construct(
private RecordListOperationsInterface $recordListOperations,
private InspectionOperationsInterface $inspectionOperations,
private RecordListOperationsInterface $recordListOperations,
private InspectionOperationsInterface $inspectionOperations,
private PhpReservedWordsHelperInterface $phpReservedWordsHelper,
private ModelFixerInterface $modelFixer,
private ModelFixerInterface $modelFixer,
) {
}

Expand Down

0 comments on commit bb4d4bb

Please sign in to comment.