Skip to content

Instantly share code, notes, and snippets.

View delta1186's full-sized avatar
👀

Kevin Hicks delta1186

👀
  • M. J. Harris Construction Services, LLC
  • Birmingham, AL
  • X @hickskp
View GitHub Profile
@laravel-shift
laravel-shift / .php-cs-fixer.php
Last active April 9, 2024 14:08
PHP CS Fixer - Laravel Coding Style Ruleset
<?php
use PhpCsFixer\Config;
use PhpCsFixer\Finder;
$rules = [
'array_indentation' => true,
'array_syntax' => ['syntax' => 'short'],
'binary_operator_spaces' => [
'default' => 'single_space',