File tree Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ COMMENT;
11
11
12
12
$ finder = PhpCsFixer \Finder::create ()
13
13
->in (__DIR__ )
14
+ ->exclude ('config ' )
14
15
->exclude ('var ' )
15
16
->exclude ('web/bundles ' )
16
17
->exclude ('web/css ' )
17
18
->exclude ('web/fonts ' )
18
19
->exclude ('web/js ' )
19
- ->notPath ('web/config.php ' )
20
20
;
21
21
22
22
return PhpCsFixer \Config::create ()
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
+ /*
4
+ * This file is part of the Symfony package.
5
+ *
6
+ * (c) Fabien Potencier <[email protected] >
7
+ *
8
+ * For the full copyright and license information, please view the LICENSE
9
+ * file that was distributed with this source code.
10
+ */
11
+
3
12
use App \Kernel ;
13
+ use Symfony \Component \Debug \Debug ;
4
14
use Symfony \Component \Dotenv \Dotenv ;
5
15
use Symfony \Component \HttpFoundation \Request ;
6
- use Symfony \Component \Debug \Debug ;
7
16
8
17
require __DIR__ .'/../vendor/autoload.php ' ;
9
18
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
+ /*
4
+ * This file is part of the Symfony package.
5
+ *
6
+ * (c) Fabien Potencier <[email protected] >
7
+ *
8
+ * For the full copyright and license information, please view the LICENSE
9
+ * file that was distributed with this source code.
10
+ */
11
+
3
12
namespace App ;
4
13
5
14
use Symfony \Bundle \FrameworkBundle \Kernel \MicroKernelTrait ;
You can’t perform that action at this time.
0 commit comments