Skip to content

Instantly share code, notes, and snippets.

View tsialas's full-sized avatar

Christos Tsialas tsialas

  • 11:09 (UTC +03:00)
View GitHub Profile
#!/bin/php
<?php
/**
* Helper script to use php-cs-fixer with stdin / stdout
**/
$temp_file = tempnam(sys_get_temp_dir(), 'fix_');
$input = file_get_contents("php://stdin");