Skip to content

Instantly share code, notes, and snippets.

@dstollie
dstollie / .phpcs_dist
Last active April 5, 2017 23:02
PHP CS Fixer for the win
<?php
return PhpCsFixer\Config::create()
->setRules([
'@PSR2' => true,
'@Symfony' => true,
'@PHP70Migration' => true,
/*
* Enforce some structure!
*/
@dstollie
dstollie / script.js
Created October 21, 2019 16:38
Favro Bulk Restore User Script
// ==UserScript==
// @name Favro Bulk Restore
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @match https://favro.com/*
// @grant unsafeWindow
// ==/UserScript==