File: .php_cs

package info (click to toggle)
php-http-psr7-integration-tests 1.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 452 kB
  • sloc: php: 1,593; makefile: 19
file content (13 lines) | stat: -rw-r--r-- 341 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?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();