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

Commit 55e6a14

Browse files
committed
Install pint
1 parent c3b0a12 commit 55e6a14

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"firebase/php-jwt": "^5.0",
2424
"guzzlehttp/guzzle": "^7.4.5",
2525
"laravel/framework": "^8|^9|^10",
26+
"laravel/pint": "^1.6",
2627
"nesbot/carbon": "^2.62.1",
2728
"vlucas/phpdotenv": "^5.0"
2829
},

pint.json

Lines changed: 6 additions & 0 deletions
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)