Skip to content

Commit c5c9849

Browse files
committed
Install & configure pint
1 parent d9418bd commit c5c9849

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

composer.json

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"illuminate/view": "~8|~9|~10"
2424
},
2525
"require-dev": {
26+
"laravel/pint": "^1.6",
2627
"mikey179/vfsstream": "^1.6.11",
2728
"mockery/mockery": "^1.5.1",
2829
"phpunit/phpunit": "^9.6.5",

pint.json

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"preset": "laravel",
3+
"rules": {
4+
"no_superfluous_phpdoc_tags": true
5+
}
6+
}

0 commit comments

Comments
 (0)