Skip to content

[2.19.x] Fetching entities with Composite Key Relations and null values #3122

[2.19.x] Fetching entities with Composite Key Relations and null values

[2.19.x] Fetching entities with Composite Key Relations and null values #3122

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.0.1"