PHP Classes

File: .php-cs-fixer.php

Recommend this page to a friend!
  Classes of Ujah Chigozie peter   Luminova Framework Dependency   .php-cs-fixer.php   Download  
File: .php-cs-fixer.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Luminova Framework Dependency
Packages necessary to use the Luminova framework
Author: By
Last change:
Date: 1 month ago
Size: 297 bytes
 

Contents

Class file image Download
<?php
declare(strict_types=1);
/**
 * Luminova Framework
 *
 * @package Luminova
 * @author Ujah Chigozie Peter
 * @copyright (c) Nanoblock Technology Ltd
 * @license See LICENSE file
 */
use \Luminova\Debugger\PhpCsFixer;

return (new
PhpCsFixer(__DIR__, PhpCsFixer::FIX_FRAMEWORK))->getRules();