fix: composer validation

This commit is contained in:
2024-08-13 03:25:24 +03:00
parent dca19a6561
commit a688d0f5b4
4 changed files with 40 additions and 26 deletions

View File

@@ -10,6 +10,9 @@ max_line_length = 160
tab_width = 2
trim_trailing_whitespace = true
[composer.json]
indent_size = 4
[*.php]
indent_size = 4
max_line_length = 110