Skip to content

test: fix failing test #5

test: fix failing test

test: fix failing test #5

Workflow file for this run

name: CI
on: [push]
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: php-actions/composer@v6
- name: Mess Detector
uses: php-actions/phpmd@path-update
with:
php_version: 8.4
path: src/
output: text
ruleset: src/phpmd.xml