forked from Pollora/framework
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.styleci.yml
More file actions
35 lines (32 loc) · 750 Bytes
/
.styleci.yml
File metadata and controls
35 lines (32 loc) · 750 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
preset: laravel
risky: true
enabled:
- unalign_double_arrow
- combine_consecutive_unsets
- concat_with_spaces
- dir_constant
- ereg_to_preg
- linebreak_after_opening_tag
- modernize_types_casting
- no_blank_lines_before_namespace
- no_empty_comment
- no_php4_constructor
- no_short_echo_tag
- no_useless_else
- ordered_class_elements
- ordered_imports
- php_unit_construct
- php_unit_dedicate_assert
- php_unit_strict
- phpdoc_order
- phpdoc_property
- phpdoc_separation
- random_api_migration
- semicolon_after_instruction
- strict_comparison
- strict_param
disabled:
- concat_without_spaces
- single_blank_line_before_namespace
- not_operator_with_successor_space
- length_ordered_imports