Skip to content

Fix: Add regex delimiters to schema_filter to prevent preg_match errors #1804

Fix: Add regex delimiters to schema_filter to prevent preg_match errors

Fix: Add regex delimiters to schema_filter to prevent preg_match errors #1804

name: "Coding Standards"
on:
pull_request:
branches:
- "*.x"
push:
branches:
- "*.x"
jobs:
coding-standards:
name: "Coding Standards"
uses: "doctrine/.github/.github/workflows/coding-standards.yml@3.1.0"
with:
composer-options: "--prefer-dist --prefer-stable"