We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9418bd commit c5c9849Copy full SHA for c5c9849
composer.json
@@ -23,6 +23,7 @@
23
"illuminate/view": "~8|~9|~10"
24
},
25
"require-dev": {
26
+ "laravel/pint": "^1.6",
27
"mikey179/vfsstream": "^1.6.11",
28
"mockery/mockery": "^1.5.1",
29
"phpunit/phpunit": "^9.6.5",
pint.json
@@ -0,0 +1,6 @@
1
+{
2
+ "preset": "laravel",
3
+ "rules": {
4
+ "no_superfluous_phpdoc_tags": true
5
+ }
6
+}
0 commit comments