Skip to content
This repository was archived by the owner on Apr 8, 2024. It is now read-only.

Commit 02c25c1

Browse files
committed
Install pint
1 parent 0a212a7 commit 02c25c1

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

Diff for: composer.json

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
},
2929
"require-dev": {
3030
"egulias/email-validator": "^2.1.16",
31+
"laravel/pint": "^1.6",
3132
"mockery/mockery": "^1.5.1",
3233
"psy/psysh": "^0.11.1",
3334
"symfony/var-dumper": "^6.2"

Diff for: 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)