Skip to content

Added @template-implements to solve Psalm issues #257

Added @template-implements to solve Psalm issues

Added @template-implements to solve Psalm issues #257

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@2.1.0"
with:
php-version: '8.1'