Skip to content

Refine return type annotation in Selectable interface for improved type hints for IDE #748

Refine return type annotation in Selectable interface for improved type hints for IDE

Refine return type annotation in Selectable interface for improved type hints for IDE #748

Workflow file for this run

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