Skip to content

[GH-3519] Deprecate passing the same class with different discriminator values. #3545

[GH-3519] Deprecate passing the same class with different discriminator values.

[GH-3519] Deprecate passing the same class with different discriminator values. #3545

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]"