Skip to content

Fix collection filtering API for IN/NOT IN comparisons that require type conversions #4649

Fix collection filtering API for IN/NOT IN comparisons that require type conversions

Fix collection filtering API for IN/NOT IN comparisons that require type conversions #4649

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