Skip to content

Instantly share code, notes, and snippets.

View bezierer's full-sized avatar
☎️
Designing the fastest interviews on the planet https://www.qualifi.hr

Cameron Campbell bezierer

☎️
Designing the fastest interviews on the planet https://www.qualifi.hr
View GitHub Profile
@bezierer
bezierer / php-code-inspection.md
Last active October 28, 2017 16:40
How to install PHP code inspection tools using homebrew-php and how to integrate with JetBrain's IntelliJ or PhpStorm

Inspection Tools with homebrew-php and WordPress Coding Standards

Prerequisites

  • Homebrew is installed

Step 1: Installing homebrew-php

  1. brew tap homebrew/dupes
  2. brew tap josegonzalez/homebrew-php
  3. brew install PHP70 (or other version of your choice)