Skip to content

fix doc return cart() #5

fix doc return cart()

fix doc return cart() #5

Workflow file for this run

name: VALIDATE
on:
pull_request:
paths:
- ".github/workflows/phpcsfixer.yml"
- "**.php"
jobs:
build:
name: PHP-CS-FIXER
runs-on: ubuntu-latest
permissions:
# Give the default GITHUB_TOKEN write permission to commit and push the
# added or changed files to the repository.
contents: write
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- run: composer install
- run: composer run cs