We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 024dcfb commit 9bc3178Copy full SHA for 9bc3178
composer.json
@@ -29,6 +29,7 @@
29
"illuminate/support": "~8|~9|~10"
30
},
31
"require-dev": {
32
+ "laravel/sail": "^1.21",
33
"mockery/mockery": "^1.5.1",
34
"phpunit/phpunit": "^9.6.5",
35
"psy/psysh": "^0.11.1",
pint.json
@@ -0,0 +1,6 @@
1
+{
2
+ "preset": "laravel",
3
+ "rules": {
4
+ "no_superfluous_phpdoc_tags": true
5
+ }
6
+}
0 commit comments