We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8d5f596 + dc80380 commit 183fc33Copy full SHA for 183fc33
.php_cs.dist.php
@@ -1,6 +1,6 @@
1
<?php
2
3
-$finder = Symfony\Component\Finder\Finder::create()
+$finder = PhpCsFixer\Finder::create()
4
->in([
5
__DIR__ . '/src',
6
__DIR__ . '/tests',
composer.json
@@ -30,7 +30,8 @@
30
"laravel/legacy-factories": "^1.0.4",
31
"orchestra/testbench": "^4.9|^5.8|^6.3",
32
"phpunit/phpunit": "^9.0",
33
- "mockery/mockery": "^1.4"
+ "mockery/mockery": "^1.4",
34
+ "friendsofphp/php-cs-fixer": "^3.0"
35
},
36
"autoload": {
37
"psr-4": {
0 commit comments