Skip to content

Update phpstan baseline for new auto encryption feature (#919) #790

Update phpstan baseline for new auto encryption feature (#919)

Update phpstan baseline for new auto encryption feature (#919) #790

name: "Static Analysis"
on:
pull_request:
branches:
- "*.x"
- "feature/*"
paths:
- .github/workflows/static-analysis.yml
- composer.*
- config/**
- src/**
- phpstan*
- tests/StaticAnalysis/**
push:
jobs:
static-analysis:
uses: "doctrine/.github/.github/workflows/[email protected]"