Skip to content

Mark the definition with the new Document attribute as excluded #927

Mark the definition with the new Document attribute as excluded

Mark the definition with the new Document attribute as excluded #927

Workflow file for this run

name: "Static Analysis"
on:
pull_request:
branches:
- "*.x"
- "feature/*"
paths:
- .github/workflows/static-analysis.yml
- composer.*
- config/**
- src/**
- phpstan*
- tests/StaticAnalysis/**
push:
branches:
- "*.x"
- "feature/*"
jobs:
static-analysis:
uses: "doctrine/.github/.github/workflows/[email protected]"
with:
# Remove once doctrine/mongodb-odm 2.16 is released
composer-options: "--minimum-stability=dev"