Skip to content

fix(27098): add array unique to remove duplicate id param #50

fix(27098): add array unique to remove duplicate id param

fix(27098): add array unique to remove duplicate id param #50

Workflow file for this run

name: Code validation
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: true
matrix:
php-versions: ['7.4']
steps:
- name: Checkout
uses: actions/checkout@v2
- name: PHP validator
run: find . -type f -name "*.php" -print0 | xargs -0 -n1 -P8 php -l