Skip to content

Fixes typo in the PHPDoc #27

Fixes typo in the PHPDoc

Fixes typo in the PHPDoc #27

Workflow file for this run

name: PHP CS
jobs:
phpcs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: composer install --dev
- run: composer test-cs