Skip to content

Instantly share code, notes, and snippets.

View mastercoding's full-sized avatar

Jop Peters mastercoding

View GitHub Profile
### Keybase proof
I hereby claim:
* I am mastercoding on github.
* I am perino (https://keybase.io/perino) on keybase.
* I have a public key ASBY6OTte2EW7_u5XhuOTdec-JvuuNAXzpfzJL2ru7hT_go
To claim this, I am signing this object:
@mastercoding
mastercoding / config.php
Created May 8, 2017 19:30
PHP CS Fixer - config
<?php
declare(strict_types=1);
$finder = PhpCsFixer\Finder::create()
->in(getcwd())
->exclude('vendor')
->exclude('bin')
->exclude('web')
// symfony 3+