Skip to content

fix object mapper to not modify key while hydrating #67

fix object mapper to not modify key while hydrating

fix object mapper to not modify key while hydrating #67

Workflow file for this run

on: [push, pull_request]
jobs:
hello_world_job:
runs-on: ubuntu-latest
name: Standards & Testing
steps:
- uses: actions/checkout@v4
- run: make build
- run: make composer-install
- run: make ecs
- run: make phpstan
- run: make phpunit