This commit is contained in:
2024-09-01 18:54:23 +05:00
parent 76d18365a5
commit 061f09eca1
1597 changed files with 109451 additions and 1 deletions

10
nova/pint.json Normal file
View File

@@ -0,0 +1,10 @@
{
"preset": "laravel",
"rules": {
"method_chaining_indentation": false,
"no_superfluous_phpdoc_tags": false,
"nullable_type_declaration_for_default_null_value": {
"use_nullable_type_declaration": false
}
}
}