Skip to content

Added @template-extends to solve Psalm issues #341

Added @template-extends to solve Psalm issues

Added @template-extends to solve Psalm issues #341

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/static-analysis.yml@1.5.1"
with:
php-version: '8.2'