mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-04 18:29:39 +02:00
13 lines
341 B
PHP
13 lines
341 B
PHP
<?php
|
|
|
|
/*
|
|
* In order to make it work, fabpot/php-cs-fixer and sllh/php-cs-fixer-styleci-bridge must be installed globally
|
|
* with composer.
|
|
*
|
|
* @link https://github.com/Soullivaneuh/php-cs-fixer-styleci-bridge
|
|
* @link https://github.com/FriendsOfPHP/PHP-CS-Fixer
|
|
*/
|
|
|
|
use SLLH\StyleCIBridge\ConfigBridge;
|
|
|
|
return ConfigBridge::create();
|