Skip to content

Fix Events::onFlush and PostFlush() documentation: events are always raised #3543

Fix Events::onFlush and PostFlush() documentation: events are always raised

Fix Events::onFlush and PostFlush() documentation: events are always raised #3543

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"