mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2024-11-22 20:46:03 +03:00
043658f996
* Added meta files * Style fixes from StyleCI
14 lines
341 B
PHP
14 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();
|