Skip to content

Ensure classes using the #[Entity] attribute are not declared as service #1616

Ensure classes using the #[Entity] attribute are not declared as service

Ensure classes using the #[Entity] attribute are not declared as service #1616

Workflow file for this run

name: "Static Analysis"
on:
pull_request:
branches:
- "*.x"
push:
branches:
- "*.x"
jobs:
static-analysis:
name: "Static Analysis"
uses: "doctrine/.github/.github/workflows/phpstan.yml@7.1.0"