NobGit
public nobgit read

NobMail

Based on mailcow: dockerized

Languages

Repository composition by tracked source files.

PHP
PHP 49% JavaScript 35% HTML 9% CSS 4% Shell 2% Python 1% Lua 0% Perl 0% Ruby 0% SCSS 0%
Create file Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git

Trace

data/web/inc/lib/vendor/ddeboer/imap/.php-cs-fixer.php

Trace helps you understand code history line by line. See who changed each line, when it changed, and which commit introduced it.

.php-cs-fixer.php on main
Author Date Commit Line Code
andryyy over 4 years ago 98bc947

[Web] Update composer libs

Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23
Author
andryyy <[email protected]>
Date
over 4 years ago
Selected line
1
<?php
Open commit View diff
1 <?php
same change 98bc947

[Web] Update composer libs

Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23
Author
andryyy <[email protected]>
Date
over 4 years ago
Selected line
2
Open commit View diff
2
same change 98bc947

[Web] Update composer libs

Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23
Author
andryyy <[email protected]>
Date
over 4 years ago
Selected line
3
declare(strict_types=1);
Open commit View diff
3 declare(strict_types=1);
same change 98bc947

[Web] Update composer libs

Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23
Author
andryyy <[email protected]>
Date
over 4 years ago
Selected line
4
Open commit View diff
4
same change 98bc947

[Web] Update composer libs

Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23
Author
andryyy <[email protected]>
Date
over 4 years ago
Selected line
5
return (new PhpCsFixer\Config())
Open commit View diff
5 return (new PhpCsFixer\Config())
same change 98bc947

[Web] Update composer libs

Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23
Author
andryyy <[email protected]>
Date
over 4 years ago
Selected line
6
    ->setRiskyAllowed(true)
Open commit View diff
6 ->setRiskyAllowed(true)
same change 98bc947

[Web] Update composer libs

Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23
Author
andryyy <[email protected]>
Date
over 4 years ago
Selected line
7
    ->setRules([
Open commit View diff
7 ->setRules([
same change 98bc947

[Web] Update composer libs

Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23
Author
andryyy <[email protected]>
Date
over 4 years ago
Selected line
8
        '@DoctrineAnnotation'                       => true,
Open commit View diff
8 '@DoctrineAnnotation' => true,
same change 98bc947

[Web] Update composer libs

Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23
Author
andryyy <[email protected]>
Date
over 4 years ago
Selected line
9
        '@Symfony'                                  => true,
Open commit View diff
9 '@Symfony' => true,
same change 98bc947

[Web] Update composer libs

Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23
Author
andryyy <[email protected]>
Date
over 4 years ago
Selected line
10
        '@Symfony:risky'                            => true,
Open commit View diff
10 '@Symfony:risky' => true,
same change 98bc947

[Web] Update composer libs

Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23
Author
andryyy <[email protected]>
Date
over 4 years ago
Selected line
11
        '@PHPUnit75Migration:risky'                 => true,
Open commit View diff
11 '@PHPUnit75Migration:risky' => true,
same change 98bc947

[Web] Update composer libs

Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23
Author
andryyy <[email protected]>
Date
over 4 years ago
Selected line
12
        '@PHP71Migration'                           => true,
Open commit View diff
12 '@PHP71Migration' => true,
same change 98bc947

[Web] Update composer libs

Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23
Author
andryyy <[email protected]>
Date
over 4 years ago
Selected line
13
        '@PHP70Migration:risky'                     => true, // @TODO with next major version
Open commit View diff
13 '@PHP70Migration:risky' => true, // @TODO with next major version
same change 98bc947

[Web] Update composer libs

Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23
Author
andryyy <[email protected]>
Date
over 4 years ago
Selected line
14
        'align_multiline_comment'                   => ['comment_type' => 'all_multiline'],
Open commit View diff
14 'align_multiline_comment' => ['comment_type' => 'all_multiline'],
same change 98bc947

[Web] Update composer libs

Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23
Author
andryyy <[email protected]>
Date
over 4 years ago
Selected line
15
        'array_indentation'                         => true,
Open commit View diff
15 'array_indentation' => true,
same change 98bc947

[Web] Update composer libs

Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23
Author
andryyy <[email protected]>
Date
over 4 years ago
Selected line
16
        'array_syntax'                              => ['syntax' => 'short'],
Open commit View diff
16 'array_syntax' => ['syntax' => 'short'],
same change 98bc947

[Web] Update composer libs

Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23
Author
andryyy <[email protected]>
Date
over 4 years ago
Selected line
17
        'binary_operator_spaces'                    => ['default' => 'align_single_space'],
Open commit View diff
17 'binary_operator_spaces' => ['default' => 'align_single_space'],
same change 98bc947

[Web] Update composer libs

Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23
Author
andryyy <[email protected]>
Date
over 4 years ago
Selected line
18
        'blank_line_before_statement'               => true,
Open commit View diff
18 'blank_line_before_statement' => true,
same change 98bc947

[Web] Update composer libs

Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23
Author
andryyy <[email protected]>
Date
over 4 years ago
Selected line
19
        'class_definition'                          => ['single_item_single_line' => true],
Open commit View diff
19 'class_definition' => ['single_item_single_line' => true],
same change 98bc947

[Web] Update composer libs

Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23
Author
andryyy <[email protected]>
Date
over 4 years ago
Selected line
20
        'compact_nullable_typehint'                 => true,
Open commit View diff
20 'compact_nullable_typehint' => true,
same change 98bc947

[Web] Update composer libs

Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23
Author
andryyy <[email protected]>
Date
over 4 years ago
Selected line
21
        'concat_space'                              => ['spacing' => 'one'],
Open commit View diff
21 'concat_space' => ['spacing' => 'one'],
same change 98bc947

[Web] Update composer libs

Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23
Author
andryyy <[email protected]>
Date
over 4 years ago
Selected line
22
        'echo_tag_syntax'                           => ['format' => 'long'],
Open commit View diff
22 'echo_tag_syntax' => ['format' => 'long'],
same change 98bc947

[Web] Update composer libs

Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23
Author
andryyy <[email protected]>
Date
over 4 years ago
Selected line
23
        'error_suppression'                         => false,
Open commit View diff
23 'error_suppression' => false,
same change 98bc947

[Web] Update composer libs

Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23
Author
andryyy <[email protected]>
Date
over 4 years ago
Selected line
24
        'escape_implicit_backslashes'               => true,
Open commit View diff
24 'escape_implicit_backslashes' => true,
same change 98bc947

[Web] Update composer libs

Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23
Author
andryyy <[email protected]>
Date
over 4 years ago
Selected line
25
        'explicit_indirect_variable'                => true,
Open commit View diff
25 'explicit_indirect_variable' => true,
same change 98bc947

[Web] Update composer libs

Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23
Author
andryyy <[email protected]>
Date
over 4 years ago
Selected line
26
        'explicit_string_variable'                  => true,
Open commit View diff
26 'explicit_string_variable' => true,
same change 98bc947

[Web] Update composer libs

Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23
Author
andryyy <[email protected]>
Date
over 4 years ago
Selected line
27
        'fully_qualified_strict_types'              => true,
Open commit View diff
27 'fully_qualified_strict_types' => true,
same change 98bc947

[Web] Update composer libs

Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23
Author
andryyy <[email protected]>
Date
over 4 years ago
Selected line
28
        'heredoc_to_nowdoc'                         => true,
Open commit View diff
28 'heredoc_to_nowdoc' => true,
same change 98bc947

[Web] Update composer libs

Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23
Author
andryyy <[email protected]>
Date
over 4 years ago
Selected line
29
        'list_syntax'                               => ['syntax' => 'long'],
Open commit View diff
29 'list_syntax' => ['syntax' => 'long'],
same change 98bc947

[Web] Update composer libs

Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23
Author
andryyy <[email protected]>
Date
over 4 years ago
Selected line
30
        'method_argument_space'                     => ['on_multiline' => 'ensure_fully_multiline'],
Open commit View diff
30 'method_argument_space' => ['on_multiline' => 'ensure_fully_multiline'],
same change 98bc947

[Web] Update composer libs

Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23
Author
andryyy <[email protected]>
Date
over 4 years ago
Selected line
31
        'method_chaining_indentation'               => true,
Open commit View diff
31 'method_chaining_indentation' => true,
same change 98bc947

[Web] Update composer libs

Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23
Author
andryyy <[email protected]>
Date
over 4 years ago
Selected line
32
        'multiline_comment_opening_closing'         => true,
Open commit View diff
32 'multiline_comment_opening_closing' => true,
same change 98bc947

[Web] Update composer libs

Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23
Author
andryyy <[email protected]>
Date
over 4 years ago
Selected line
33
        'multiline_whitespace_before_semicolons'    => ['strategy' => 'new_line_for_chained_calls'],
Open commit View diff
33 'multiline_whitespace_before_semicolons' => ['strategy' => 'new_line_for_chained_calls'],
same change 98bc947

[Web] Update composer libs

Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23
Author
andryyy <[email protected]>
Date
over 4 years ago
Selected line
34
        'native_constant_invocation'                => true,
Open commit View diff
34 'native_constant_invocation' => true,
same change 98bc947

[Web] Update composer libs

Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23
Author
andryyy <[email protected]>
Date
over 4 years ago
Selected line
35
        'native_function_invocation'                => ['include' => ['@internal']],
Open commit View diff
35 'native_function_invocation' => ['include' => ['@internal']],
same change 98bc947

[Web] Update composer libs

Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23
Author
andryyy <[email protected]>
Date
over 4 years ago
Selected line
36
        'no_alternative_syntax'                     => true,
Open commit View diff
36 'no_alternative_syntax' => true,
same change 98bc947

[Web] Update composer libs

Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23
Author
andryyy <[email protected]>
Date
over 4 years ago
Selected line
37
        'no_break_comment'                          => true,
Open commit View diff
37 'no_break_comment' => true,
same change 98bc947

[Web] Update composer libs

Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23
Author
andryyy <[email protected]>
Date
over 4 years ago
Selected line
38
        'no_extra_blank_lines'                      => ['tokens' => ['break', 'continue', 'extra', 'return', 'throw', 'use', 'parenthesis_brace_block', 'square_brace_block', 'curly_brace_block']],
Open commit View diff
38 'no_extra_blank_lines' => ['tokens' => ['break', 'continue', 'extra', 'return', 'throw', 'use', 'parenthesis_brace_block', 'square_brace_block', 'curly_brace_block']],
same change 98bc947

[Web] Update composer libs

Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23
Author
andryyy <[email protected]>
Date
over 4 years ago
Selected line
39
        'no_null_property_initialization'           => true,
Open commit View diff
39 'no_null_property_initialization' => true,
same change 98bc947

[Web] Update composer libs

Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23
Author
andryyy <[email protected]>
Date
over 4 years ago
Selected line
40
        'no_php4_constructor'                       => true,
Open commit View diff
40 'no_php4_constructor' => true,
same change 98bc947

[Web] Update composer libs

Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23
Author
andryyy <[email protected]>
Date
over 4 years ago
Selected line
41
        'no_superfluous_elseif'                     => true,
Open commit View diff
41 'no_superfluous_elseif' => true,
same change 98bc947

[Web] Update composer libs

Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23
Author
andryyy <[email protected]>
Date
over 4 years ago
Selected line
42
        'no_unneeded_curly_braces'                  => true,
Open commit View diff
42 'no_unneeded_curly_braces' => true,
same change 98bc947

[Web] Update composer libs

Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23
Author
andryyy <[email protected]>
Date
over 4 years ago
Selected line
43
        'no_unneeded_final_method'                  => true,
Open commit View diff
43 'no_unneeded_final_method' => true,
same change 98bc947

[Web] Update composer libs

Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23
Author
andryyy <[email protected]>
Date
over 4 years ago
Selected line
44
        'no_unreachable_default_argument_value'     => true,
Open commit View diff
44 'no_unreachable_default_argument_value' => true,
same change 98bc947

[Web] Update composer libs

Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23
Author
andryyy <[email protected]>
Date
over 4 years ago
Selected line
45
        'no_useless_else'                           => true,
Open commit View diff
45 'no_useless_else' => true,
same change 98bc947

[Web] Update composer libs

Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23
Author
andryyy <[email protected]>
Date
over 4 years ago
Selected line
46
        'no_useless_return'                         => true,
Open commit View diff
46 'no_useless_return' => true,
same change 98bc947

[Web] Update composer libs

Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23
Author
andryyy <[email protected]>
Date
over 4 years ago
Selected line
47
        'ordered_imports'                           => true,
Open commit View diff
47 'ordered_imports' => true,
same change 98bc947

[Web] Update composer libs

Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23
Author
andryyy <[email protected]>
Date
over 4 years ago
Selected line
48
        'php_unit_method_casing'                    => true,
Open commit View diff
48 'php_unit_method_casing' => true,
same change 98bc947

[Web] Update composer libs

Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23
Author
andryyy <[email protected]>
Date
over 4 years ago
Selected line
49
        'php_unit_set_up_tear_down_visibility'      => true,
Open commit View diff
49 'php_unit_set_up_tear_down_visibility' => true,
same change 98bc947

[Web] Update composer libs

Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23
Author
andryyy <[email protected]>
Date
over 4 years ago
Selected line
50
        'php_unit_strict'                           => true,
Open commit View diff
50 'php_unit_strict' => true,
same change 98bc947

[Web] Update composer libs

Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23
Author
andryyy <[email protected]>
Date
over 4 years ago
Selected line
51
        'php_unit_test_annotation'                  => true,
Open commit View diff
51 'php_unit_test_annotation' => true,
same change 98bc947

[Web] Update composer libs

Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23
Author
andryyy <[email protected]>
Date
over 4 years ago
Selected line
52
        'php_unit_test_case_static_method_calls'    => true,
Open commit View diff
52 'php_unit_test_case_static_method_calls' => true,
same change 98bc947

[Web] Update composer libs

Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23
Author
andryyy <[email protected]>
Date
over 4 years ago
Selected line
53
        'php_unit_test_class_requires_covers'       => false,
Open commit View diff
53 'php_unit_test_class_requires_covers' => false,
same change 98bc947

[Web] Update composer libs

Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23
Author
andryyy <[email protected]>
Date
over 4 years ago
Selected line
54
        'phpdoc_add_missing_param_annotation'       => true,
Open commit View diff
54 'phpdoc_add_missing_param_annotation' => true,
same change 98bc947

[Web] Update composer libs

Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23
Author
andryyy <[email protected]>
Date
over 4 years ago
Selected line
55
        'phpdoc_order'                              => true,
Open commit View diff
55 'phpdoc_order' => true,
same change 98bc947

[Web] Update composer libs

Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23
Author
andryyy <[email protected]>
Date
over 4 years ago
Selected line
56
        'phpdoc_order_by_value'                     => true,
Open commit View diff
56 'phpdoc_order_by_value' => true,
same change 98bc947

[Web] Update composer libs

Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23
Author
andryyy <[email protected]>
Date
over 4 years ago
Selected line
57
        'phpdoc_types_order'                        => true,
Open commit View diff
57 'phpdoc_types_order' => true,
same change 98bc947

[Web] Update composer libs

Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23
Author
andryyy <[email protected]>
Date
over 4 years ago
Selected line
58
        'random_api_migration'                      => true,
Open commit View diff
58 'random_api_migration' => true,
same change 98bc947

[Web] Update composer libs

Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23
Author
andryyy <[email protected]>
Date
over 4 years ago
Selected line
59
        'semicolon_after_instruction'               => true,
Open commit View diff
59 'semicolon_after_instruction' => true,
same change 98bc947

[Web] Update composer libs

Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23
Author
andryyy <[email protected]>
Date
over 4 years ago
Selected line
60
        'simplified_null_return'                    => true,
Open commit View diff
60 'simplified_null_return' => true,
same change 98bc947

[Web] Update composer libs

Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23
Author
andryyy <[email protected]>
Date
over 4 years ago
Selected line
61
        'single_line_comment_style'                 => true,
Open commit View diff
61 'single_line_comment_style' => true,
same change 98bc947

[Web] Update composer libs

Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23
Author
andryyy <[email protected]>
Date
over 4 years ago
Selected line
62
        'single_line_throw'                         => false,
Open commit View diff
62 'single_line_throw' => false,
same change 98bc947

[Web] Update composer libs

Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23
Author
andryyy <[email protected]>
Date
over 4 years ago
Selected line
63
        'space_after_semicolon'                     => true,
Open commit View diff
63 'space_after_semicolon' => true,
same change 98bc947

[Web] Update composer libs

Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23
Author
andryyy <[email protected]>
Date
over 4 years ago
Selected line
64
        'static_lambda'                             => true,
Open commit View diff
64 'static_lambda' => true,
same change 98bc947

[Web] Update composer libs

Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23
Author
andryyy <[email protected]>
Date
over 4 years ago
Selected line
65
        'strict_comparison'                         => true,
Open commit View diff
65 'strict_comparison' => true,
same change 98bc947

[Web] Update composer libs

Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23
Author
andryyy <[email protected]>
Date
over 4 years ago
Selected line
66
        'string_line_ending'                        => true,
Open commit View diff
66 'string_line_ending' => true,
same change 98bc947

[Web] Update composer libs

Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23
Author
andryyy <[email protected]>
Date
over 4 years ago
Selected line
67
    ])
Open commit View diff
67 ])
same change 98bc947

[Web] Update composer libs

Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23
Author
andryyy <[email protected]>
Date
over 4 years ago
Selected line
68
    ->setFinder(
Open commit View diff
68 ->setFinder(
same change 98bc947

[Web] Update composer libs

Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23
Author
andryyy <[email protected]>
Date
over 4 years ago
Selected line
69
        PhpCsFixer\Finder::create()
Open commit View diff
69 PhpCsFixer\Finder::create()
same change 98bc947

[Web] Update composer libs

Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23
Author
andryyy <[email protected]>
Date
over 4 years ago
Selected line
70
            ->in(__DIR__ . '/src')
Open commit View diff
70 ->in(__DIR__ . '/src')
same change 98bc947

[Web] Update composer libs

Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23
Author
andryyy <[email protected]>
Date
over 4 years ago
Selected line
71
            ->in(__DIR__ . '/tests')
Open commit View diff
71 ->in(__DIR__ . '/tests')
same change 98bc947

[Web] Update composer libs

Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23
Author
andryyy <[email protected]>
Date
over 4 years ago
Selected line
72
    )
Open commit View diff
72 )
same change 98bc947

[Web] Update composer libs

Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23
Author
andryyy <[email protected]>
Date
over 4 years ago
Selected line
73
;
Open commit View diff
73 ;