Skip to content

Commit 7c33acb

Browse files
committed
fix: add cs fixer file
1 parent 09ac4bf commit 7c33acb

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.php-cs-fixer.dist.php

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?php
2+
3+
$config = new M6Web\CS\Config\BedrockStreaming();
4+
$config
5+
->getFinder()
6+
->in(
7+
[
8+
__DIR__.'/src'
9+
]
10+
);
11+
12+
return $config;

0 commit comments

Comments
 (0)