Skip to content
This repository was archived by the owner on Feb 18, 2025. It is now read-only.

StyleCI yml file #7

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions .styleci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
preset: laravel

enabled:
- array_indentation
- combine_consecutive_unsets
- compact_nullable_typehint
- concat_with_spaces
- explicit_string_variable
- method_chaining_indentation
- no_empty_comment
- ordered_class_elements
- phpdoc_add_missing_param_annotation
- phpdoc_no_empty_return
- phpdoc_order
- phpdoc_separation
- property_separation
- ternary_to_null_coalescing

disabled:
- concat_without_spaces