forked from FriendsOfSymfony/FOSCKEditorBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.styleci.yml
30 lines (25 loc) · 1.19 KB
/
.styleci.yml
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
#######################################################
# DO NOT EDIT THIS FILE! #
# #
# It's auto-generated by symfony-cmf/dev-kit package. #
#######################################################
############################################################################
# This file is part of the FOSCKEditor Bundle. #
# #
# (c) 2018 - present Friends of Symfony #
# (c) 2009 - 2017 Eric GELOEN <[email protected]> #
# #
# For the full copyright and license information, please view the LICENSE #
# file that was distributed with this source code. #
############################################################################
preset: symfony
enabled:
- combine_consecutive_unsets
- short_array_syntax
- newline_after_open_tag
- no_php4_constructor
- no_useless_else
- ordered_use
- strict
- php_unit_construct
disabled: [single_line_class_definition]