Skip to content

FIX - nested dto's doesn't have arguments in good order and Dto with only objects bug #3816

FIX - nested dto's doesn't have arguments in good order and Dto with only objects bug

FIX - nested dto's doesn't have arguments in good order and Dto with only objects bug #3816

name: "Coding Standards"
on:
pull_request:
branches:
- "*.x"
paths:
- .github/workflows/coding-standards.yml
- bin/**
- composer.*
- src/**
- phpcs.xml.dist
- tests/**
push:
branches:
- "*.x"
paths:
- .github/workflows/coding-standards.yml
- bin/**
- composer.*
- src/**
- phpcs.xml.dist
- tests/**
jobs:
coding-standards:
uses: "doctrine/.github/.github/workflows/[email protected]"