Skip to content

The $fn callback of the map function adds the key parameter passed in… #405

The $fn callback of the map function adds the key parameter passed in…

The $fn callback of the map function adds the key parameter passed in… #405

name: Coding Style Checks
on: [ push, pull_request, workflow_dispatch ]
jobs:
ci:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run Coding Style Checks
run: docker run -q --rm -v "$(pwd):/project" -w /project -i jakzal/phpqa:php8.2-alpine php-cs-fixer fix --dry-run