System Grab Bag

View all TLDR pages from common (or from all pages)

Pint

An opinionated PHP code style fixer based on PHP-CS-Fixer. More information: https://laravel.com/docs/pint.
  • Execute code style fixing:
    pint
  • Display all files that are changed:
    pint -v
  • Execute code style linting without applying changes:
    pint --test
  • Execute code style fixes using a specific config file:
    pint --config {{path/to/pint.json}}
  • Execute code style fixes using a specific preset:
    pint --preset {{psr12}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.