mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2024-11-22 04:26:02 +03:00
14 lines
341 B
Plaintext
14 lines
341 B
Plaintext
|
<?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();
|