Skip to content

Avoid returning null from EntityManager::getReference() and getPartialReference() #1897

Avoid returning null from EntityManager::getReference() and getPartialReference()

Avoid returning null from EntityManager::getReference() and getPartialReference() #1897

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