Skip to content

Added support for exception class name instead of supplier #76

Added support for exception class name instead of supplier

Added support for exception class name instead of supplier #76

Workflow file for this run

name: PHP Linter
on:
pull_request:
paths:
- '**.php'
jobs:
PHP:
runs-on: ubuntu-latest
container:
image: php:8.1-cli-alpine
steps:
- uses: actions/checkout@v3
- run: find . -name '*.php' | xargs -trn 1 php -l