We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ad55b1 commit 1948b6aCopy full SHA for 1948b6a
.php_cs
@@ -1,4 +1,12 @@
1
<?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
+ */
10
11
$config = new Prooph\CS\Config\Prooph();
12
$config->getFinder()->in(__DIR__);
@@ -7,4 +15,4 @@ $cacheDir = getenv('TRAVIS') ? getenv('HOME') . '/.php-cs-fixer' : __DIR__;
15
16
$config->setCacheFile($cacheDir . '/.php_cs.cache');
17
-return $config;
18
+return $config;
0 commit comments