Skip to content

Commit 2bb6c62

Browse files
committed
chore: define initial project structure with placeholder files
- Created initial project directory structure with placeholder files for core components - Added `TransformationResult.php` under `src/Result` for result handling. - Added traits for reusable transformation functions - Created `src/Transformer.php` as the main transformer entry point. These files and folders establish the foundation for the project’s structure without implementation details.
1 parent a3e2bdb commit 2bb6c62

21 files changed

+0
-0
lines changed

src/Attribute/Transform.php

Whitespace-only changes.

src/Contract/TransformationResult.php

Whitespace-only changes.

src/Exception/TransformerException.php

Whitespace-only changes.

src/Processor/AbstractTransformerProcessor.php

Whitespace-only changes.

src/Processor/Array/ArrayFlattenTransformer.php

Whitespace-only changes.

src/Processor/Array/ArrayGroupTransformer.php

Whitespace-only changes.

src/Processor/Array/ArrayKeyTransformer.php

Whitespace-only changes.

src/Processor/Array/ArrayMapTransformer.php

Whitespace-only changes.

src/Processor/Composite/ChainTransformer.php

Whitespace-only changes.

src/Processor/Composite/ConditionalTransformer.php

Whitespace-only changes.

0 commit comments

Comments
 (0)