👷 Replace phpcs with Pint (#3161)

 Add `laravel/pint` to the project
 Remove `squizlabs/php_codesniffer` from the project
🔧 Remove deprecated Composer scripts
👷 Replace phpcs with Pint
🎨 Run Pint

---------

Co-authored-by: Ben Word <ben@benword.com>
This commit is contained in:
Brandon
2024-01-18 12:01:21 -06:00
committed by GitHub
parent a3807c7e94
commit e27af6282b
4 changed files with 7 additions and 10 deletions

View File

@@ -1 +1,3 @@
<?php echo view(app('sage.view'), app('sage.data'))->render();
<?php
echo view(app('sage.view'), app('sage.data'))->render();