Skip to content

Instantly share code, notes, and snippets.

View softrebel's full-sized avatar
🤖
Trying to level up

Mohammadreza Shaghouzi softrebel

🤖
Trying to level up
View GitHub Profile
{"lastUpload":"2020-05-22T07:08:33.836Z","extensionVersion":"v3.4.3"}
@softrebel
softrebel / .php_cs
Created February 3, 2020 19:36 — forked from jwage/.php_cs
php-cs-fixer git pre commit hook
<?php
return Symfony\CS\Config\Config::create()
->level(Symfony\CS\FixerInterface::SYMFONY_LEVEL)
->fixers([
'short_array_syntax',
'ordered_use',
])
;