Skip to content

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

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

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

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/coding-standards.yml@5.2.0"