This commit is contained in:
nuno maduro
2026-05-01 22:36:15 +01:00
parent 53db68e005
commit bf48e20880
35 changed files with 21 additions and 923 deletions

6
pint.json Normal file
View File

@ -0,0 +1,6 @@
{
"preset": "laravel",
"rules": {
"Pint/phpdoc_type_annotations_only": true
}
}