Skip to content

Add native type declarations for Psr\Log\LoggerInterface::log() #84

Add native type declarations for Psr\Log\LoggerInterface::log()

Add native type declarations for Psr\Log\LoggerInterface::log() #84

Workflow file for this run

name: "Composer Lint"
on:
pull_request:
branches:
- "*.x"
paths:
- .github/workflows/composer-lint.yml
- composer.json
push:
branches:
- "*.x"
paths:
- .github/workflows/composer-lint.yml
- composer.json
jobs:
composer-lint:
name: "Composer Lint"
uses: "doctrine/.github/.github/workflows/composer-lint.yml@5.0.1"