summaryrefslogtreecommitdiff
path: root/Postman/Postman-Mail/mailgun/vendor/php-http/curl-client/.php_cs
blob: febeee5866fc55087a9cf78c4666358f26ddf1f3 (plain)
1
2
3
4
5
6
7
8
9
<?php

return Symfony\CS\Config\Config::create()
    ->level(Symfony\CS\FixerInterface::PSR2_LEVEL)
    ->fixers([])
    ->finder(
        Symfony\CS\Finder\DefaultFinder::create()->in(__DIR__ . '/src')
    )
;