Skip to content

Commit 1948b6a

Browse files
committed
update .php_cs file
1 parent 5ad55b1 commit 1948b6a

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.php_cs

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
<?php
2+
/**
3+
* This file is part of the prooph/php-cs-fixer-config.
4+
* (c) 2016-2016 prooph software GmbH <contact@prooph.de>
5+
* (c) 2016-2016 Sascha-Oliver Prolic <saschaprolic@googlemail.com>
6+
*
7+
* For the full copyright and license information, please view the LICENSE
8+
* file that was distributed with this source code.
9+
*/
210

311
$config = new Prooph\CS\Config\Prooph();
412
$config->getFinder()->in(__DIR__);
@@ -7,4 +15,4 @@ $cacheDir = getenv('TRAVIS') ? getenv('HOME') . '/.php-cs-fixer' : __DIR__;
715

816
$config->setCacheFile($cacheDir . '/.php_cs.cache');
917

10-
return $config;
18+
return $config;

0 commit comments

Comments
 (0)