Security update for Core, with self-updated composer
[yaffs-website] / vendor / psy / psysh / .styleci.yml
1 preset: symfony
2
3 enabled:
4   - align_double_arrow
5   - concat_with_spaces
6   - long_array_syntax
7   - ordered_use
8   - strict
9
10 disabled:
11   - blank_line_before_break
12   - blank_line_before_continue
13   - blank_line_before_throw
14   - blank_line_before_try
15   - concat_without_spaces
16   - method_argument_space
17   - pre_increment
18   - unalign_double_arrow
19   - unalign_equals
20   - yoda_style
21
22 finder:
23   name:
24     - "*.php"
25     - ".php_cs"
26     - "build-manual"
27     - "build-phar"