Skip to content

Add quotes around $PHP (#1473) #105

Add quotes around $PHP (#1473)

Add quotes around $PHP (#1473) #105

name: fix code styling
on:
push:
branches:
- master
- '*.x'
jobs:
lint:
uses: laravel/.github/.github/workflows/coding-standards.yml@main
with:
fix: ${{ github.ref_name == 'master' }}