Skip to content

Add DispatcherInterface::unregisterHandler + implementation #74

Add DispatcherInterface::unregisterHandler + implementation

Add DispatcherInterface::unregisterHandler + implementation #74

Workflow file for this run

name: PHP linter
on: [push]
jobs:
phpcs:
name: Linter
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: lint
run: php -l src tests examples