PHP Classes

File: .php_cs.dist

Recommend this page to a friend!
  Classes of Andre Polykanine A.K.A. Menelion Elensúlë   Oire Base64   .php_cs.dist   Download  
File: .php_cs.dist
Role: Example script
Content type: text/plain
Description: Example script
Class: Oire Base64
URL safe encoding and decoding of data with Base64
Author: By
Last change:
Date: 27 days ago
Size: 133 bytes
 

Contents

Class file image Download
<?php
use Oire\Helpers\CsFixerRules;

$finder = PhpCsFixer\Finder::create()
    ->
in(__DIR__);

return
CsFixerRules::style($finder);