Skip to content

Instantly share code, notes, and snippets.

@richardDobron
Created July 12, 2022 18:00
Show Gist options
  • Select an option

  • Save richardDobron/2037ea7e4d875ab49a2288c424922d45 to your computer and use it in GitHub Desktop.

Select an option

Save richardDobron/2037ea7e4d875ab49a2288c424922d45 to your computer and use it in GitHub Desktop.
{
...
"scripts": {
"fix-style": "vendor/bin/php-cs-fixer fix --allow-risky=yes",
"check-style": "vendor/bin/php-cs-fixer fix --allow-risky=yes --dry-run",
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment