PHP CS Fixer Hints in PhpStorm

An article a while back on freek.dev about Tools to automatically format PHP, JavaScript and CSS files instructed you to make a .php_cs file in your project. This file defines the rules for how PHP CS Fixer should behave when run.<?php $finder = Symfony\Component\Finder\Finder:…